#BBC4C4

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

Shades of Jungle Mist #BBC4C4

Tints of Jungle Mist #BBC4C4

Color information

#BBC4C4 (or 0xBBC4C4) is unknown color: approx Jungle Mist. HEX triplet: BB, C4 and C4. RGB value is (187,196,196). Sum of RGB (Red+Green+Blue) = 187+196+196=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 196 - color contains mainly: green, blue. Hex color #BBC4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4C4 is #443B3B. Grayscale: #C1C1C1. Windows color (decimal): -4471612 or 12895419. OLE color: 12895419.

HSL color Cylindrical-coordinate representation of color #BBC4C4: hue angle of 180º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBC4C4 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187196196-
CMYK0.05000.23
HSL180º7.09%75.1%-
HSV(B)180º4.59%76.86%-
XYZ50.254.0360.01-
YUV193.31129.52123.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 196 (76.95% from 255) = 33.85%
BLUE value IS 196 (76.95% from 255) = 33.85%
R=32.30%
G=33.85%
B=33.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871961960.05000.231807.0975.1
HexBBC4C450017b474b
Octal273304304500272647113
Binary1011101111000100110001001010010111101101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4C4; }

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

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

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

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

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

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

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

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