#BBD2CA

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

Shades of Jet Stream #BBD2CA

Tints of Jet Stream #BBD2CA

Color information

#BBD2CA (or 0xBBD2CA) is unknown color: approx Jet Stream. HEX triplet: BB, D2 and CA. RGB value is (187,210,202). Sum of RGB (Red+Green+Blue) = 187+210+202=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2CA is #442D35. Grayscale: #CACACA. Windows color (decimal): -4468022 or 13292219. OLE color: 13292219.

HSL color Cylindrical-coordinate representation of color #BBD2CA: hue angle of 159.13º degrees, saturation: 0.2, 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 #BBD2CA is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB187210202-
CMYK0.1100.040.18
HSL159.13º20.35%77.84%-
HSV(B)159.13º10.95%82.35%-
XYZ54.260.9264.78-
YUV202.21127.88117.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 210 (82.42% from 255) = 35.06%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=31.22%
G=35.06%
B=33.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872102020.1100.040.18159.1320.3577.84
HexBBD2CAB04129f144e
Octal27332231213042223724116
Binary101110111101001011001010101101001001010011111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2CA; }

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

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

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

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

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

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

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

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