#BDCEC8

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

Shades of Jet Stream #BDCEC8

Tints of Jet Stream #BDCEC8

Color information

#BDCEC8 (or 0xBDCEC8) is unknown color: approx Jet Stream. HEX triplet: BD, CE and C8. RGB value is (189,206,200). Sum of RGB (Red+Green+Blue) = 189+206+200=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC8 is #423137. Grayscale: #C8C8C8. Windows color (decimal): -4337976 or 13160125. OLE color: 13160125.

HSL color Cylindrical-coordinate representation of color #BDCEC8: hue angle of 158.82º 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 #BDCEC8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB189206200-
CMYK0.0800.030.19
HSL158.82º14.78%77.45%-
HSV(B)158.82º8.25%80.78%-
XYZ53.4859.1363.24-
YUV200.23127.87119.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 200 (78.52% from 255) = 33.61%
R=31.76%
G=34.62%
B=33.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892062000.0800.030.19158.8214.7877.45
HexBDCEC8803139ff4d
Octal27531631010032323717115
Binary1011110111001110110010001000011100111001111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEC8; }

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

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

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

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

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

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

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

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