#BBCEC6

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

Shades of Jet Stream #BBCEC6

Tints of Jet Stream #BBCEC6

Color information

#BBCEC6 (or 0xBBCEC6) is unknown color: approx Jet Stream. HEX triplet: BB, CE and C6. RGB value is (187,206,198). Sum of RGB (Red+Green+Blue) = 187+206+198=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEC6 is #443139. Grayscale: #C7C7C7. Windows color (decimal): -4469050 or 13029051. OLE color: 13029051.

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

Color convert

RGB187206198-
CMYK0.0900.040.19
HSL154.74º16.24%77.06%-
HSV(B)154.74º9.22%80.78%-
XYZ52.7658.7861.99-
YUV199.41127.21119.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 198 (77.73% from 255) = 33.50%
R=31.64%
G=34.86%
B=33.50%

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
Decimal1872061980.0900.040.19154.7416.2477.06
HexBBCEC6904139b104d
Octal27331630611042323320115
Binary101110111100111011000110100101001001110011011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEC6; }

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

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

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

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

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

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

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

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