#BBD7C9

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

Shades of Jet Stream #BBD7C9

Tints of Jet Stream #BBD7C9

Color information

#BBD7C9 (or 0xBBD7C9) is unknown color: approx Jet Stream. HEX triplet: BB, D7 and C9. RGB value is (187,215,201). Sum of RGB (Red+Green+Blue) = 187+215+201=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7C9 is #442836. Grayscale: #CDCDCD. Windows color (decimal): -4466743 or 13227963. OLE color: 13227963.

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

Color convert

RGB187215201-
CMYK0.1300.070.16
HSL150º25.93%78.82%-
HSV(B)150º13.02%84.31%-
XYZ55.3463.3864.58-
YUV205.03125.72115.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 215 (84.38% from 255) = 35.66%
BLUE value IS 201 (78.91% from 255) = 33.33%
R=31.01%
G=35.66%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872152010.1300.070.1615025.9378.82
HexBBD7C9D0710961a4f
Octal27332731115072022632117
Binary101110111101011111001001110101111000010010110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD7C9; }

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

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

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

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

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

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

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

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