#BDCAC8

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

Shades of Jet Stream #BDCAC8

Tints of Jet Stream #BDCAC8

Color information

#BDCAC8 (or 0xBDCAC8) is unknown color: approx Jet Stream. HEX triplet: BD, CA and C8. RGB value is (189,202,200). Sum of RGB (Red+Green+Blue) = 189+202+200=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAC8 is #423537. Grayscale: #C5C5C5. Windows color (decimal): -4339000 or 13159101. OLE color: 13159101.

HSL color Cylindrical-coordinate representation of color #BDCAC8: hue angle of 170.77º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDCAC8 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB189202200-
CMYK0.0600.010.21
HSL170.77º10.92%76.67%-
HSV(B)170.77º6.44%79.22%-
XYZ52.5357.2362.92-
YUV197.88129.19121.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 200 (78.52% from 255) = 33.84%
R=31.98%
G=34.18%
B=33.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892022000.0600.010.21170.7710.9276.67
HexBDCAC860115abb4d
Octal2753123106012525313115
Binary10111101110010101100100011001101011010101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAC8; }

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

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

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

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

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

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

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

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