#BBD3CB

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

Shades of Jet Stream #BBD3CB

Tints of Jet Stream #BBD3CB

Color information

#BBD3CB (or 0xBBD3CB) is unknown color: approx Jet Stream. HEX triplet: BB, D3 and CB. RGB value is (187,211,203). Sum of RGB (Red+Green+Blue) = 187+211+203=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3CB is #442C34. Grayscale: #CACACA. Windows color (decimal): -4467765 or 13358011. OLE color: 13358011.

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

Color convert

RGB187211203-
CMYK0.1100.040.17
HSL160º21.43%78.04%-
HSV(B)160º11.37%82.75%-
XYZ54.5761.4765.49-
YUV202.91128.05116.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 211 (82.81% from 255) = 35.11%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=31.11%
G=35.11%
B=33.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872112030.1100.040.1716021.4378.04
HexBBD3CBB0411a0154e
Octal27332331313042124025116
Binary101110111101001111001011101101001000110100000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3CB; }

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

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

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

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

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

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

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

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