#BEC4DE

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

Shades of Periwinkle #BEC4DE

Tints of Periwinkle #BEC4DE

Color information

#BEC4DE (or 0xBEC4DE) is unknown color: approx Periwinkle. HEX triplet: BE, C4 and DE. RGB value is (190,196,222). Sum of RGB (Red+Green+Blue) = 190+196+222=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4DE is #413B21. Grayscale: #C5C5C5. Windows color (decimal): -4274978 or 14599358. OLE color: 14599358.

HSL color Cylindrical-coordinate representation of color #BEC4DE: hue angle of 228.75º 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 #BEC4DE is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190196222-
CMYK0.140.1200.13
HSL228.75º32.65%80.78%-
HSV(B)228.75º14.41%87.06%-
XYZ54.1655.777-
YUV197.17142.01122.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 196 (76.95% from 255) = 32.24%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=31.25%
G=32.24%
B=36.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901962220.140.1200.13228.7532.6580.78
HexBEC4DEEC0De52151
Octal276304336161401534541121
Binary1011111011000100110111101110110001101111001011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4DE; }

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

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

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

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

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

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

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

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