Html Css Color HEX #B6CCC9 Jungle Mist

📋 copy color: '#B6CCC9'

red 182 ◦ green 204 ◦ blue 201

#B6CCC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #B6CCC9

Tints of Jungle Mist #B6CCC9

RGB

 RED value IS 182 (71.48% from 255) = 31.01%

 GREEN value IS 204 (80.08% from 255) = 34.75%

 BLUE value IS 201 (78.91% from 255) = 34.24%

R = 31.01%
G = 34.75%
B = 34.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#B6CCC9 (or 0xB6CCC9) is known color: Jungle Mist. HEX triplet: B6, CC and C9. RGB value is (182,204,201). Sum of RGB (Red+Green+Blue) = 182+204+201=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCC9 is #493336. Grayscale: #C5C5C5. Windows color (decimal): -4797239 or 13225142. OLE color: 13225142.

HSL color Cylindrical-coordinate representation of color #B6CCC9: hue angle of 171.82º degrees, saturation: 0.18, 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 #B6CCC9 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 204 201 -
CMYK 0.11 0 0.01 0.2
HSL 171.82º 0.18% 0.76% -
HSV(B) 171.82º 0.11% 0.8% -
XYZ 51.43 57.35 63.62 -
YUV 197.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 182 204 201 0.11 0 0.01 0.2 171.82 0.18 0.76
Hex B6 CC C9 B 0 1 14 AC 12 4C
Octal 266 314 311 13 0 1 24 254 22 114
Binary 10110110 11001100 11001001 1011 0 1 10100 10101100 10010 1001100

Color Harmonies of #B6CCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CCC9

Black with #B6CCC9

Text Example


Text Example

White with #B6CCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CCC9; }

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

 H1.HeaderClassName
 {
   color: #B6CCC9;
 }
 .AnyTagClassName
 {
   color: #B6CCC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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