#BBD7CB

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

Shades of Jet Stream #BBD7CB

Tints of Jet Stream #BBD7CB

Color information

#BBD7CB (or 0xBBD7CB) is unknown color: approx Jet Stream. HEX triplet: BB, D7 and CB. RGB value is (187,215,203). Sum of RGB (Red+Green+Blue) = 187+215+203=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7CB is #442834. Grayscale: #CDCDCD. Windows color (decimal): -4466741 or 13359035. OLE color: 13359035.

HSL color Cylindrical-coordinate representation of color #BBD7CB: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD7CB is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB187215203-
CMYK0.1300.060.16
HSL154.29º25.93%78.82%-
HSV(B)154.29º13.02%84.31%-
XYZ55.5763.4865.82-
YUV205.26126.72114.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 215 (84.38% from 255) = 35.54%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=30.91%
G=35.54%
B=33.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872152030.1300.060.16154.2925.9378.82
HexBBD7CBD06109a1a4f
Octal27332731315062023232117
Binary101110111101011111001011110101101000010011010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD7CB; }

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

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

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

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

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

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

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

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