#BBDACB

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

Shades of Jet Stream #BBDACB

Tints of Jet Stream #BBDACB

Color information

#BBDACB (or 0xBBDACB) is unknown color: approx Jet Stream. HEX triplet: BB, DA and CB. RGB value is (187,218,203). Sum of RGB (Red+Green+Blue) = 187+218+203=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDACB is #442534. Grayscale: #CFCFCF. Windows color (decimal): -4465973 or 13359803. OLE color: 13359803.

HSL color Cylindrical-coordinate representation of color #BBDACB: hue angle of 150.97º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBDACB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB187218203-
CMYK0.1400.070.15
HSL150.97º29.52%79.41%-
HSV(B)150.97º14.22%85.49%-
XYZ56.3465.0266.08-
YUV207.02125.73113.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.76%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 203 (79.69% from 255) = 33.39%
R=30.76%
G=35.86%
B=33.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872182030.1400.070.15150.9729.5279.41
HexBBDACBE07F971e4f
Octal27333231316071722736117
Binary10111011110110101100101111100111111110010111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDACB; }

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

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

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

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

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

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

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

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