#B6CCCD

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

Shades of Jungle Mist #B6CCCD

Tints of Jungle Mist #B6CCCD

Color information

#B6CCCD (or 0xB6CCCD) is unknown color: approx Jungle Mist. HEX triplet: B6, CC and CD. RGB value is (182,204,205). Sum of RGB (Red+Green+Blue) = 182+204+205=591 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.80% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCCD is #493332. Grayscale: #C5C5C5. Windows color (decimal): -4797235 or 13487286. OLE color: 13487286.

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

Color convert

RGB182204205-
CMYK0.110.0000.20
HSL182.61º18.7%75.88%-
HSV(B)182.61º11.22%80.39%-
XYZ51.957.5466.13-
YUV197.54132.21116.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.80%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=30.80%
G=34.52%
B=34.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822042050.110.0000.20182.6118.775.88
HexB6CCCDB0014b7134c
Octal26631431513002426723114
Binary1011011011001100110011011011001010010110111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCCD; }

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

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

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

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

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

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

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

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