#BBD1CA

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

Shades of Jet Stream #BBD1CA

Tints of Jet Stream #BBD1CA

Color information

#BBD1CA (or 0xBBD1CA) is unknown color: approx Jet Stream. HEX triplet: BB, D1 and CA. RGB value is (187,209,202). Sum of RGB (Red+Green+Blue) = 187+209+202=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1CA is #442E35. Grayscale: #C9C9C9. Windows color (decimal): -4468278 or 13291963. OLE color: 13291963.

HSL color Cylindrical-coordinate representation of color #BBD1CA: hue angle of 160.91º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD1CA is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB187209202-
CMYK0.1100.030.18
HSL160.91º19.3%77.65%-
HSV(B)160.91º10.53%81.96%-
XYZ53.9560.4364.7-
YUV201.62128.21117.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=31.27%
G=34.95%
B=33.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872092020.1100.030.18160.9119.377.65
HexBBD1CAB0312a1134e
Octal27332131213032224123116
Binary10111011110100011100101010110111001010100001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1CA; }

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

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

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

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

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

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

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

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