#BEC3E0

Color #BEC3E0 Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BEC3E0

Tints of Periwinkle #BEC3E0

Color information

#BEC3E0 (or 0xBEC3E0) is unknown color: approx Periwinkle. HEX triplet: BE, C3 and E0. RGB value is (190,195,224). Sum of RGB (Red+Green+Blue) = 190+195+224=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEC3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3E0 is #413C1F. Grayscale: #C4C4C4. Windows color (decimal): -4275232 or 14730174. OLE color: 14730174.

HSL color Cylindrical-coordinate representation of color #BEC3E0: hue angle of 231.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEC3E0 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190195224-
CMYK0.150.1300.12
HSL231.18º35.42%81.18%-
HSV(B)231.18º15.18%87.84%-
XYZ54.255.3678.35-
YUV196.81143.34123.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 195 (76.56% from 255) = 32.02%
BLUE value IS 224 (87.89% from 255) = 36.78%
R=31.20%
G=32.02%
B=36.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901952240.150.1300.12231.1835.4281.18
HexBEC3E0FD0Ce72351
Octal276303340171501434743121
Binary1011111011000011111000001111110101100111001111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3E0; }

 p { color: rgb(190,195,224); }

 H1.HeaderClassName
 {
   color: #BEC3E0;
 }
 .AnyTagClassName
 {
   color: #BEC3E0;
 }
</style>
background-color css

<style>
 a { background-color: #BEC3E0; }

 a { background-color: rgb(190,195,224); }

 div.DivClassName
 {
   background-color: #BEC3E0;
 }
 .BgClassName
 {
   background-color: #BEC3E0;
 }
</style>
border-color css

<style>
 span { border-color: #BEC3E0; }

 span { border-color: rgb(190,195,224); }

 td.TdClassName
 {
   border-color: #BEC3E0;
 }
 .TagClassName
 {
   border-color: #BEC3E0;
 }
</style>