#BBD9CA

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

Shades of Jet Stream #BBD9CA

Tints of Jet Stream #BBD9CA

Color information

#BBD9CA (or 0xBBD9CA) is unknown color: approx Jet Stream. HEX triplet: BB, D9 and CA. RGB value is (187,217,202). Sum of RGB (Red+Green+Blue) = 187+217+202=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9CA is #442635. Grayscale: #CECECE. Windows color (decimal): -4466230 or 13294011. OLE color: 13294011.

HSL color Cylindrical-coordinate representation of color #BBD9CA: hue angle of 150º degrees, saturation: 0.28, 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 #BBD9CA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB187217202-
CMYK0.1400.070.15
HSL150º28.3%79.22%-
HSV(B)150º13.82%85.1%-
XYZ55.9764.4565.37-
YUV206.32125.56114.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 217 (85.16% from 255) = 35.81%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=30.86%
G=35.81%
B=33.33%

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
Decimal1872172020.1400.070.1515028.379.22
HexBBD9CAE07F961c4f
Octal27333131216071722634117
Binary10111011110110011100101011100111111110010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9CA; }

 p { color: rgb(187,217,202); }

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

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

 a { background-color: rgb(187,217,202); }

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

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

 span { border-color: rgb(187,217,202); }

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