#BBCEC7

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

Shades of Jet Stream #BBCEC7

Tints of Jet Stream #BBCEC7

Color information

#BBCEC7 (or 0xBBCEC7) is unknown color: approx Jet Stream. HEX triplet: BB, CE and C7. RGB value is (187,206,199). Sum of RGB (Red+Green+Blue) = 187+206+199=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEC7 is #443138. Grayscale: #C7C7C7. Windows color (decimal): -4469049 or 13094587. OLE color: 13094587.

HSL color Cylindrical-coordinate representation of color #BBCEC7: hue angle of 157.89º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCEC7 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB187206199-
CMYK0.0900.030.19
HSL157.89º16.24%77.06%-
HSV(B)157.89º9.22%80.78%-
XYZ52.8758.8362.6-
YUV199.52127.71119.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 199 (78.12% from 255) = 33.61%
R=31.59%
G=34.80%
B=33.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872061990.0900.030.19157.8916.2477.06
HexBBCEC7903139e104d
Octal27331630711032323620115
Binary10111011110011101100011110010111001110011110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEC7; }

 p { color: rgb(187,206,199); }

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

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

 a { background-color: rgb(187,206,199); }

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

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

 span { border-color: rgb(187,206,199); }

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