Html Css Color HEX #B3CCC8 Jungle Mist

📋 copy color: '#B3CCC8'

red 179 ◦ green 204 ◦ blue 200

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

Shades of Jungle Mist #B3CCC8

Tints of Jungle Mist #B3CCC8

RGB

 RED value IS 179 (70.31% from 255) = 30.7%

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

 BLUE value IS 200 (78.52% from 255) = 34.31%

R = 30.7%
G = 34.99%
B = 34.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#B3CCC8 (or 0xB3CCC8) is known color: Jungle Mist. HEX triplet: B3, CC and C8. RGB value is (179,204,200). Sum of RGB (Red+Green+Blue) = 179+204+200=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CCC8 is #4C3337. Grayscale: #C4C4C4. Windows color (decimal): -4993848 or 13159603. OLE color: 13159603.

HSL color Cylindrical-coordinate representation of color #B3CCC8: hue angle of 170.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 #B3CCC8 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 204 200 -
CMYK 0.12 0 0.02 0.2
HSL 170.4º 0.2% 0.75% -
HSV(B) 170.4º 0.12% 0.8% -
XYZ 50.61 56.94 62.97 -
YUV 196.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 179 204 200 0.12 0 0.02 0.2 170.4 0.2 0.75
Hex B3 CC C8 C 0 2 14 AA 14 4B
Octal 263 314 310 14 0 2 24 252 24 113
Binary 10110011 11001100 11001000 1100 0 10 10100 10101010 10100 1001011

Color Harmonies of #B3CCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CCC8

Black with #B3CCC8

Text Example


Text Example

White with #B3CCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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