#BEC9EA

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

Shades of Periwinkle #BEC9EA

Tints of Periwinkle #BEC9EA

Color information

#BEC9EA (or 0xBEC9EA) is unknown color: approx Periwinkle. HEX triplet: BE, C9 and EA. RGB value is (190,201,234). Sum of RGB (Red+Green+Blue) = 190+201+234=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9EA is #413615. Grayscale: #C9C9C9. Windows color (decimal): -4273686 or 15387070. OLE color: 15387070.

HSL color Cylindrical-coordinate representation of color #BEC9EA: hue angle of 225º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC9EA is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190201234-
CMYK0.190.1400.08
HSL225º51.16%83.14%-
HSV(B)225º18.8%91.76%-
XYZ56.9758.6686.16-
YUV201.47146.36119.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.4%
GREEN value IS 201 (78.91% from 255) = 32.16%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=30.4%
G=32.16%
B=37.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902012340.190.1400.0822551.1683.14
HexBEC9EA13E08e13353
Octal276311352231601034163123
Binary10111110110010011110101010011111001000111000011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9EA; }

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

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

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

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

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

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

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

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