#BBCEC5

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

Shades of Jet Stream #BBCEC5

Tints of Jet Stream #BBCEC5

Color information

#BBCEC5 (or 0xBBCEC5) is unknown color: approx Jet Stream. HEX triplet: BB, CE and C5. RGB value is (187,206,197). Sum of RGB (Red+Green+Blue) = 187+206+197=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEC5 is #44313A. Grayscale: #C7C7C7. Windows color (decimal): -4469051 or 12963515. OLE color: 12963515.

HSL color Cylindrical-coordinate representation of color #BBCEC5: hue angle of 151.58º 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 #BBCEC5 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB187206197-
CMYK0.0900.040.19
HSL151.58º16.24%77.06%-
HSV(B)151.58º9.22%80.78%-
XYZ52.6458.7461.39-
YUV199.29126.71119.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 197 (77.34% from 255) = 33.39%
R=31.69%
G=34.92%
B=33.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872061970.0900.040.19151.5816.2477.06
HexBBCEC59041398104d
Octal27331630511042323020115
Binary101110111100111011000101100101001001110011000100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEC5; }

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

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

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

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

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

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

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

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