#B3CCCD

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

Shades of Jungle Mist #B3CCCD

Tints of Jungle Mist #B3CCCD

Color information

#B3CCCD (or 0xB3CCCD) is unknown color: approx Jungle Mist. HEX triplet: B3, CC and CD. RGB value is (179,204,205). Sum of RGB (Red+Green+Blue) = 179+204+205=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CCCD is #4C3332. Grayscale: #C4C4C4. Windows color (decimal): -4993843 or 13487283. OLE color: 13487283.

HSL color Cylindrical-coordinate representation of color #B3CCCD: hue angle of 182.31º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3CCCD is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179204205-
CMYK0.130.0000.20
HSL182.31º20.63%75.29%-
HSV(B)182.31º12.68%80.39%-
XYZ51.257.1866.1-
YUV196.64132.72115.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.44%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=30.44%
G=34.69%
B=34.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792042050.130.0000.20182.3120.6375.29
HexB3CCCDD0014b6154b
Octal26331431515002426625113
Binary1011001111001100110011011101001010010110110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CCCD; }

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

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

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

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

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

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

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

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