#BDCEC9

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

Shades of Jet Stream #BDCEC9

Tints of Jet Stream #BDCEC9

Color information

#BDCEC9 (or 0xBDCEC9) is unknown color: approx Jet Stream. HEX triplet: BD, CE and C9. RGB value is (189,206,201). Sum of RGB (Red+Green+Blue) = 189+206+201=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC9 is #423136. Grayscale: #C8C8C8. Windows color (decimal): -4337975 or 13225661. OLE color: 13225661.

HSL color Cylindrical-coordinate representation of color #BDCEC9: hue angle of 162.35º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCEC9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB189206201-
CMYK0.0800.020.19
HSL162.35º14.78%77.45%-
HSV(B)162.35º8.25%80.78%-
XYZ53.659.1863.86-
YUV200.35128.37119.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 201 (78.91% from 255) = 33.72%
R=31.71%
G=34.56%
B=33.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892062010.0800.020.19162.3514.7877.45
HexBDCEC980213a2f4d
Octal27531631110022324217115
Binary1011110111001110110010011000010100111010001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEC9; }

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

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

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

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

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

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

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

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