#B4CCCC

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

Shades of Jungle Mist #B4CCCC

Tints of Jungle Mist #B4CCCC

Color information

#B4CCCC (or 0xB4CCCC) is unknown color: approx Jungle Mist. HEX triplet: B4, CC and CC. RGB value is (180,204,204). Sum of RGB (Red+Green+Blue) = 180+204+204=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #B4CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCCC is #4B3333. Grayscale: #C4C4C4. Windows color (decimal): -4928308 or 13421748. OLE color: 13421748.

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

Color convert

RGB180204204-
CMYK0.12000.2
HSL180º19.05%75.29%-
HSV(B)180º11.76%80%-
XYZ51.3157.2565.47-
YUV196.82132.05116-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.61%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=30.61%
G=34.69%
B=34.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1802042040.12000.218019.0575.29
HexB4CCCCC0014b4134b
Octal26431431414002426423113
Binary1011010011001100110011001100001010010110100100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCCC; }

 p { color: rgb(180,204,204); }

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

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

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

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

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

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

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