Html Css Color HEX #B5CACC Jungle Mist

📋 copy color: '#B5CACC'

red 181 ◦ green 202 ◦ blue 204

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

Shades of Jungle Mist #B5CACC

Tints of Jungle Mist #B5CACC

RGB

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

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

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

R = 30.83%
G = 34.41%
B = 34.75%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B5CACC (or 0xB5CACC) is known color: Jungle Mist. HEX triplet: B5, CA and CC. RGB value is (181,202,204). Sum of RGB (Red+Green+Blue) = 181+202+204=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CACC is #4A3533. Grayscale: #C3C3C3. Windows color (decimal): -4863284 or 13421237. OLE color: 13421237.

HSL color Cylindrical-coordinate representation of color #B5CACC: hue angle of 185.22º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5CACC is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 202 204 -
CMYK 0.11 0.01 0 0.2
HSL 185.22º 0.18% 0.75% -
HSV(B) 185.22º 0.11% 0.8% -
XYZ 51.08 56.42 65.33 -
YUV 195.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 181 202 204 0.11 0.01 0 0.2 185.22 0.18 0.75
Hex B5 CA CC B 1 0 14 B9 12 4B
Octal 265 312 314 13 1 0 24 271 22 113
Binary 10110101 11001010 11001100 1011 1 0 10100 10111001 10010 1001011

Color Harmonies of #B5CACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CACC

Black with #B5CACC

Text Example


Text Example

White with #B5CACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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