#B9CDCA

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

Shades of Jet Stream #B9CDCA

Tints of Jet Stream #B9CDCA

Color information

#B9CDCA (or 0xB9CDCA) is unknown color: approx Jet Stream. HEX triplet: B9, CD and CA. RGB value is (185,205,202). Sum of RGB (Red+Green+Blue) = 185+205+202=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDCA is #463235. Grayscale: #C6C6C6. Windows color (decimal): -4600374 or 13290937. OLE color: 13290937.

HSL color Cylindrical-coordinate representation of color #B9CDCA: hue angle of 171º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CDCA is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB185205202-
CMYK0.1000.010.20
HSL171º16.67%76.47%-
HSV(B)171º9.76%80.39%-
XYZ52.558.2464.35-
YUV198.68129.87118.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.25%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=31.25%
G=34.63%
B=34.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852052020.1000.010.2017116.6776.47
HexB9CDCAA0114ab114c
Octal27131531212012425321114
Binary1011100111001101110010101010011010010101011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDCA; }

 p { color: rgb(185,205,202); }

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

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

 a { background-color: rgb(185,205,202); }

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

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

 span { border-color: rgb(185,205,202); }

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