Html Css Color HEX #B5CAC7 Jungle Mist

📋 copy color: '#B5CAC7'

red 181 ◦ green 202 ◦ blue 199

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

Shades of Jungle Mist #B5CAC7

Tints of Jungle Mist #B5CAC7

RGB

 RED value IS 181 (71.09% from 255) = 31.1%

 GREEN value IS 202 (79.3% from 255) = 34.71%

 BLUE value IS 199 (78.13% from 255) = 34.19%

R = 31.1%
G = 34.71%
B = 34.19%

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

#B5CAC7 (or 0xB5CAC7) is known color: Jungle Mist. HEX triplet: B5, CA and C7. RGB value is (181,202,199). Sum of RGB (Red+Green+Blue) = 181+202+199=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CAC7 is #4A3538. Grayscale: #C3C3C3. Windows color (decimal): -4863289 or 13093557. OLE color: 13093557.

HSL color Cylindrical-coordinate representation of color #B5CAC7: hue angle of 171.43º degrees, saturation: 0.17, 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 #B5CAC7 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 199 -
CMYK 0.10 0 0.01 0.21
HSL 171.43º 0.17% 0.75% -
HSV(B) 171.43º 0.1% 0.79% -
XYZ 50.49 56.19 62.22 -
YUV 195.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 181 202 199 0.10 0 0.01 0.21 171.43 0.17 0.75
Hex B5 CA C7 A 0 1 15 AB 11 4B
Octal 265 312 307 12 0 1 25 253 21 113
Binary 10110101 11001010 11000111 1010 0 1 10101 10101011 10001 1001011

Color Harmonies of #B5CAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CAC7

Black with #B5CAC7

Text Example


Text Example

White with #B5CAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CAC7; }

 p { color: rgb(181,202,199); }

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

background-color css

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

 a { background-color: rgb(181,202,199); }

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

border-color css

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

 span { border-color: rgb(181,202,199); }

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