#BDCEE8

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

Shades of Periwinkle #BDCEE8

Tints of Periwinkle #BDCEE8

Color information

#BDCEE8 (or 0xBDCEE8) is unknown color: approx Periwinkle. HEX triplet: BD, CE and E8. RGB value is (189,206,232). Sum of RGB (Red+Green+Blue) = 189+206+232=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDCEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEE8 is #423117. Grayscale: #CBCBCB. Windows color (decimal): -4337944 or 15257277. OLE color: 15257277.

HSL color Cylindrical-coordinate representation of color #BDCEE8: hue angle of 216.28º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDCEE8 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189206232-
CMYK0.190.1100.09
HSL216.28º48.31%82.55%-
HSV(B)216.28º18.53%90.98%-
XYZ57.6260.7985.04-
YUV203.88143.87117.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 232 (91.02% from 255) = 37.00%
R=30.14%
G=32.85%
B=37.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892062320.190.1100.09216.2848.3182.55
HexBDCEE813B09d83053
Octal275316350231301133060123
Binary10111101110011101110100010011101101001110110001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEE8; }

 p { color: rgb(189,206,232); }

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

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

 a { background-color: rgb(189,206,232); }

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

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

 span { border-color: rgb(189,206,232); }

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