#B4CCCD

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

Shades of Jungle Mist #B4CCCD

Tints of Jungle Mist #B4CCCD

Color information

#B4CCCD (or 0xB4CCCD) is unknown color: approx Jungle Mist. HEX triplet: B4, CC and CD. RGB value is (180,204,205). Sum of RGB (Red+Green+Blue) = 180+204+205=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCCD is #4B3332. Grayscale: #C4C4C4. Windows color (decimal): -4928307 or 13487284. OLE color: 13487284.

HSL color Cylindrical-coordinate representation of color #B4CCCD: hue angle of 182.4º degrees, saturation: 0.2, 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 #B4CCCD is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180204205-
CMYK0.120.0000.20
HSL182.4º20%75.49%-
HSV(B)182.4º12.2%80.39%-
XYZ51.4357.366.11-
YUV196.94132.55115.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.56%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=30.56%
G=34.63%
B=34.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802042050.120.0000.20182.42075.49
HexB4CCCDC0014b6144b
Octal26431431514002426624113
Binary1011010011001100110011011100001010010110110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCCD; }

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

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

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

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

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

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

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

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