#BBC4C6

Color #BBC4C6 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #BBC4C6

Tints of Jungle Mist #BBC4C6

Color information

#BBC4C6 (or 0xBBC4C6) is unknown color: approx Jungle Mist. HEX triplet: BB, C4 and C6. RGB value is (187,196,198). Sum of RGB (Red+Green+Blue) = 187+196+198=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBC4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4C6 is #443B39. Grayscale: #C1C1C1. Windows color (decimal): -4471610 or 13026491. OLE color: 13026491.

HSL color Cylindrical-coordinate representation of color #BBC4C6: hue angle of 190.91º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC4C6 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187196198-
CMYK0.060.0100.22
HSL190.91º8.8%75.49%-
HSV(B)190.91º5.56%77.65%-
XYZ50.4354.1261.21-
YUV193.54130.52123.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 196 (76.95% from 255) = 33.73%
BLUE value IS 198 (77.73% from 255) = 34.08%
R=32.19%
G=33.73%
B=34.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871961980.060.0100.22190.918.875.49
HexBBC4C661016bf94b
Octal2733043066102627711113
Binary10111011110001001100011011010101101011111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4C6; }

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

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

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

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

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

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

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

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