Html Css Color HEX #B5CAC8 Jungle Mist

📋 copy color: '#B5CAC8'

red 181 ◦ green 202 ◦ blue 200

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

Shades of Jungle Mist #B5CAC8

Tints of Jungle Mist #B5CAC8

RGB

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

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

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

R = 31.05%
G = 34.65%
B = 34.31%

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

#B5CAC8 (or 0xB5CAC8) is known color: Jungle Mist. HEX triplet: B5, CA and C8. RGB value is (181,202,200). Sum of RGB (Red+Green+Blue) = 181+202+200=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CAC8 is #4A3537. Grayscale: #C3C3C3. Windows color (decimal): -4863288 or 13159093. OLE color: 13159093.

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

Color convert

RGB 181 202 200 -
CMYK 0.10 0 0.01 0.21
HSL 174.29º 0.17% 0.75% -
HSV(B) 174.29º 0.1% 0.79% -
XYZ 50.6 56.23 62.83 -
YUV 195.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 181 202 200 0.10 0 0.01 0.21 174.29 0.17 0.75
Hex B5 CA C8 A 0 1 15 AE 11 4B
Octal 265 312 310 12 0 1 25 256 21 113
Binary 10110101 11001010 11001000 1010 0 1 10101 10101110 10001 1001011

Color Harmonies of #B5CAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CAC8

Black with #B5CAC8

Text Example


Text Example

White with #B5CAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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