#BBD5CB

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

Shades of Jet Stream #BBD5CB

Tints of Jet Stream #BBD5CB

Color information

#BBD5CB (or 0xBBD5CB) is unknown color: approx Jet Stream. HEX triplet: BB, D5 and CB. RGB value is (187,213,203). Sum of RGB (Red+Green+Blue) = 187+213+203=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5CB is #442A34. Grayscale: #CCCCCC. Windows color (decimal): -4467253 or 13358523. OLE color: 13358523.

HSL color Cylindrical-coordinate representation of color #BBD5CB: hue angle of 156.92º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5CB is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB187213203-
CMYK0.1200.050.16
HSL156.92º23.64%78.43%-
HSV(B)156.92º12.21%83.53%-
XYZ55.0762.4765.65-
YUV204.09127.39115.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 213 (83.59% from 255) = 35.32%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=31.01%
G=35.32%
B=33.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872132030.1200.050.16156.9223.6478.43
HexBBD5CBC05109d184e
Octal27332531314052023530116
Binary101110111101010111001011110001011000010011101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5CB; }

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

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

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

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

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

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

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

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