#BEC9DE

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

Shades of Periwinkle #BEC9DE

Tints of Periwinkle #BEC9DE

Color information

#BEC9DE (or 0xBEC9DE) is unknown color: approx Periwinkle. HEX triplet: BE, C9 and DE. RGB value is (190,201,222). Sum of RGB (Red+Green+Blue) = 190+201+222=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEC9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9DE is #413621. Grayscale: #C8C8C8. Windows color (decimal): -4273698 or 14600638. OLE color: 14600638.

HSL color Cylindrical-coordinate representation of color #BEC9DE: hue angle of 219.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC9DE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190201222-
CMYK0.140.0900.13
HSL219.38º32.65%80.78%-
HSV(B)219.38º14.41%87.06%-
XYZ55.3157.9977.39-
YUV200.1140.36120.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 201 (78.91% from 255) = 32.79%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=31.00%
G=32.79%
B=36.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902012220.140.0900.13219.3832.6580.78
HexBEC9DEE90Ddb2151
Octal276311336161101533341121
Binary1011111011001001110111101110100101101110110111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9DE; }

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

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

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

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

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

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

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

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