#B9D8CC

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

Shades of Jet Stream #B9D8CC

Tints of Jet Stream #B9D8CC

Color information

#B9D8CC (or 0xB9D8CC) is unknown color: approx Jet Stream. HEX triplet: B9, D8 and CC. RGB value is (185,216,204). Sum of RGB (Red+Green+Blue) = 185+216+204=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8CC is #462733. Grayscale: #CDCDCD. Windows color (decimal): -4597556 or 13424825. OLE color: 13424825.

HSL color Cylindrical-coordinate representation of color #B9D8CC: hue angle of 156.77º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D8CC is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB185216204-
CMYK0.1400.060.15
HSL156.77º28.44%78.63%-
HSV(B)156.77º14.35%84.71%-
XYZ55.4663.7966.52-
YUV205.36127.23113.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=30.58%
G=35.70%
B=33.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852162040.1400.060.15156.7728.4478.63
HexB9D8CCE06F9d1c4f
Octal27133031416061723534117
Binary10111001110110001100110011100110111110011101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D8CC; }

 p { color: rgb(185,216,204); }

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

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

 a { background-color: rgb(185,216,204); }

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

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

 span { border-color: rgb(185,216,204); }

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