#BBD7CC

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

Shades of Jet Stream #BBD7CC

Tints of Jet Stream #BBD7CC

Color information

#BBD7CC (or 0xBBD7CC) is unknown color: approx Jet Stream. HEX triplet: BB, D7 and CC. RGB value is (187,215,204). Sum of RGB (Red+Green+Blue) = 187+215+204=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7CC is #442833. Grayscale: #CDCDCD. Windows color (decimal): -4466740 or 13424571. OLE color: 13424571.

HSL color Cylindrical-coordinate representation of color #BBD7CC: hue angle of 156.43º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD7CC is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB187215204-
CMYK0.1300.050.16
HSL156.43º25.93%78.82%-
HSV(B)156.43º13.02%84.31%-
XYZ55.6963.5366.45-
YUV205.37127.22114.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 215 (84.38% from 255) = 35.48%
BLUE value IS 204 (80.08% from 255) = 33.66%
R=30.86%
G=35.48%
B=33.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872152040.1300.050.16156.4325.9378.82
HexBBD7CCD05109c1a4f
Octal27332731415052023432117
Binary101110111101011111001100110101011000010011100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD7CC; }

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

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

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

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

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

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

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

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