#BEC9E4

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

Shades of Periwinkle #BEC9E4

Tints of Periwinkle #BEC9E4

Color information

#BEC9E4 (or 0xBEC9E4) is unknown color: approx Periwinkle. HEX triplet: BE, C9 and E4. RGB value is (190,201,228). Sum of RGB (Red+Green+Blue) = 190+201+228=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEC9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9E4 is #41361B. Grayscale: #C8C8C8. Windows color (decimal): -4273692 or 14993854. OLE color: 14993854.

HSL color Cylindrical-coordinate representation of color #BEC9E4: hue angle of 222.63º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEC9E4 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190201228-
CMYK0.170.1200.11
HSL222.63º41.3%81.96%-
HSV(B)222.63º16.67%89.41%-
XYZ56.1358.3281.7-
YUV200.79143.36120.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 201 (78.91% from 255) = 32.47%
BLUE value IS 228 (89.45% from 255) = 36.83%
R=30.69%
G=32.47%
B=36.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902012280.170.1200.11222.6341.381.96
HexBEC9E411C0Bdf2952
Octal276311344211401333751122
Binary10111110110010011110010010001110001011110111111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9E4; }

 p { color: rgb(190,201,228); }

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

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

 a { background-color: rgb(190,201,228); }

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

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

 span { border-color: rgb(190,201,228); }

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