#BBD2CB

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

Shades of Jet Stream #BBD2CB

Tints of Jet Stream #BBD2CB

Color information

#BBD2CB (or 0xBBD2CB) is unknown color: approx Jet Stream. HEX triplet: BB, D2 and CB. RGB value is (187,210,203). Sum of RGB (Red+Green+Blue) = 187+210+203=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2CB is #442D34. Grayscale: #CACACA. Windows color (decimal): -4468021 or 13357755. OLE color: 13357755.

HSL color Cylindrical-coordinate representation of color #BBD2CB: hue angle of 161.74º 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 #BBD2CB is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB187210203-
CMYK0.1100.030.18
HSL161.74º20.35%77.84%-
HSV(B)161.74º10.95%82.35%-
XYZ54.3260.9765.41-
YUV202.32128.38117.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 203 (79.69% from 255) = 33.83%
R=31.17%
G=35%
B=33.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872102030.1100.030.18161.7420.3577.84
HexBBD2CBB0312a2144e
Octal27332231313032224224116
Binary10111011110100101100101110110111001010100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2CB; }

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

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

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

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

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

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

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

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