#B9CDC9

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

Shades of Jet Stream #B9CDC9

Tints of Jet Stream #B9CDC9

Color information

#B9CDC9 (or 0xB9CDC9) is unknown color: approx Jet Stream. HEX triplet: B9, CD and C9. RGB value is (185,205,201). Sum of RGB (Red+Green+Blue) = 185+205+201=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDC9 is #463236. Grayscale: #C6C6C6. Windows color (decimal): -4600375 or 13225401. OLE color: 13225401.

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

Color convert

RGB185205201-
CMYK0.1000.020.20
HSL168º16.67%76.47%-
HSV(B)168º9.76%80.39%-
XYZ52.3858.1963.73-
YUV198.56129.37118.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.30%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 201 (78.91% from 255) = 34.01%
R=31.30%
G=34.69%
B=34.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852052010.1000.020.2016816.6776.47
HexB9CDC9A0214a8114c
Octal27131531112022425021114
Binary10111001110011011100100110100101010010101000100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDC9; }

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

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

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

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

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

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

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

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