#BBCCC6

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

Shades of Jet Stream #BBCCC6

Tints of Jet Stream #BBCCC6

Color information

#BBCCC6 (or 0xBBCCC6) is unknown color: approx Jet Stream. HEX triplet: BB, CC and C6. RGB value is (187,204,198). Sum of RGB (Red+Green+Blue) = 187+204+198=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC6 is #443339. Grayscale: #C6C6C6. Windows color (decimal): -4469562 or 13028539. OLE color: 13028539.

HSL color Cylindrical-coordinate representation of color #BBCCC6: hue angle of 158.82º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCC6 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB187204198-
CMYK0.0800.030.2
HSL158.82º14.29%76.67%-
HSV(B)158.82º8.33%80%-
XYZ52.2857.8361.83-
YUV198.23127.87119.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 198 (77.73% from 255) = 33.62%
R=31.75%
G=34.63%
B=33.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041980.0800.030.2158.8214.2976.67
HexBBCCC6803149fe4d
Octal27331430610032423716115
Binary1011101111001100110001101000011101001001111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCC6; }

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

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

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

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

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

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

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

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