#BBD4CB

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

Shades of Jet Stream #BBD4CB

Tints of Jet Stream #BBD4CB

Color information

#BBD4CB (or 0xBBD4CB) is unknown color: approx Jet Stream. HEX triplet: BB, D4 and CB. RGB value is (187,212,203). Sum of RGB (Red+Green+Blue) = 187+212+203=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4CB is #442B34. Grayscale: #CBCBCB. Windows color (decimal): -4467509 or 13358267. OLE color: 13358267.

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

Color convert

RGB187212203-
CMYK0.1200.040.17
HSL158.4º22.52%78.24%-
HSV(B)158.4º11.79%83.14%-
XYZ54.8261.9665.57-
YUV203.5127.72116.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=31.06%
G=35.22%
B=33.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872122030.1200.040.17158.422.5278.24
HexBBD4CBC04119e174e
Octal27332431314042123627116
Binary101110111101010011001011110001001000110011110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4CB; }

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

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

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

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

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

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

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

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