Html Css Color HEX #B4C9C6 Jungle Mist

📋 copy color: '#B4C9C6'

red 180 ◦ green 201 ◦ blue 198

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

Shades of Jungle Mist #B4C9C6

Tints of Jungle Mist #B4C9C6

RGB

 RED value IS 180 (70.7% from 255) = 31.09%

 GREEN value IS 201 (78.91% from 255) = 34.72%

 BLUE value IS 198 (77.73% from 255) = 34.2%

R = 31.09%
G = 34.72%
B = 34.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#B4C9C6 (or 0xB4C9C6) is known color: Jungle Mist. HEX triplet: B4, C9 and C6. RGB value is (180,201,198). Sum of RGB (Red+Green+Blue) = 180+201+198=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C9C6 is #4B3639. Grayscale: #C2C2C2. Windows color (decimal): -4929082 or 13027764. OLE color: 13027764.

HSL color Cylindrical-coordinate representation of color #B4C9C6: hue angle of 171.43º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C9C6 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 201 198 -
CMYK 0.10 0 0.01 0.21
HSL 171.43º 0.16% 0.75% -
HSV(B) 171.43º 0.1% 0.79% -
XYZ 49.9 55.55 61.52 -
YUV 194.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 180 201 198 0.10 0 0.01 0.21 171.43 0.16 0.75
Hex B4 C9 C6 A 0 1 15 AB 10 4B
Octal 264 311 306 12 0 1 25 253 20 113
Binary 10110100 11001001 11000110 1010 0 1 10101 10101011 10000 1001011

Color Harmonies of #B4C9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C9C6

Black with #B4C9C6

Text Example


Text Example

White with #B4C9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C9C6; }

 p { color: rgb(180,201,198); }

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

background-color css

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

 a { background-color: rgb(180,201,198); }

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

border-color css

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

 span { border-color: rgb(180,201,198); }

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