#BBD2C9

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

Shades of Jet Stream #BBD2C9

Tints of Jet Stream #BBD2C9

Color information

#BBD2C9 (or 0xBBD2C9) is unknown color: approx Jet Stream. HEX triplet: BB, D2 and C9. RGB value is (187,210,201). Sum of RGB (Red+Green+Blue) = 187+210+201=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2C9 is #442D36. Grayscale: #CACACA. Windows color (decimal): -4468023 or 13226683. OLE color: 13226683.

HSL color Cylindrical-coordinate representation of color #BBD2C9: hue angle of 156.52º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD2C9 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB187210201-
CMYK0.1100.040.18
HSL156.52º20.35%77.84%-
HSV(B)156.52º10.95%82.35%-
XYZ54.0860.8864.16-
YUV202.1127.38117.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 210 (82.42% from 255) = 35.12%
BLUE value IS 201 (78.91% from 255) = 33.61%
R=31.27%
G=35.12%
B=33.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872102010.1100.040.18156.5220.3577.84
HexBBD2C9B04129d144e
Octal27332231113042223524116
Binary101110111101001011001001101101001001010011101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2C9; }

 p { color: rgb(187,210,201); }

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

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

 a { background-color: rgb(187,210,201); }

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

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

 span { border-color: rgb(187,210,201); }

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