#BDCAC6

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

Shades of Jet Stream #BDCAC6

Tints of Jet Stream #BDCAC6

Color information

#BDCAC6 (or 0xBDCAC6) is unknown color: approx Jet Stream. HEX triplet: BD, CA and C6. RGB value is (189,202,198). Sum of RGB (Red+Green+Blue) = 189+202+198=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAC6 is #423539. Grayscale: #C5C5C5. Windows color (decimal): -4339002 or 13028029. OLE color: 13028029.

HSL color Cylindrical-coordinate representation of color #BDCAC6: hue angle of 161.54º 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 #BDCAC6 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB189202198-
CMYK0.0600.020.21
HSL161.54º10.92%76.67%-
HSV(B)161.54º6.44%79.22%-
XYZ52.357.1461.7-
YUV197.66128.19121.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 198 (77.73% from 255) = 33.62%
R=32.09%
G=34.30%
B=33.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021980.0600.020.21161.5410.9276.67
HexBDCAC660215a2b4d
Octal2753123066022524213115
Binary101111011100101011000110110010101011010001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAC6; }

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

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

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

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

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

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

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

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