#BBD2CC

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

Shades of Jet Stream #BBD2CC

Tints of Jet Stream #BBD2CC

Color information

#BBD2CC (or 0xBBD2CC) is unknown color: approx Jet Stream. HEX triplet: BB, D2 and CC. RGB value is (187,210,204). Sum of RGB (Red+Green+Blue) = 187+210+204=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2CC is #442D33. Grayscale: #CACACA. Windows color (decimal): -4468020 or 13423291. OLE color: 13423291.

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

Color convert

RGB187210204-
CMYK0.1100.030.18
HSL164.35º20.35%77.84%-
HSV(B)164.35º10.95%82.35%-
XYZ54.4461.0266.04-
YUV202.44128.88116.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=31.11%
G=34.94%
B=33.94%

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
Decimal1872102040.1100.030.18164.3520.3577.84
HexBBD2CCB0312a4144e
Octal27332231413032224424116
Binary10111011110100101100110010110111001010100100101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2CC; }

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

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

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

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

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

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

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

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