Html Css Color HEX #B5CACB Jungle Mist

📋 copy color: '#B5CACB'

red 181 ◦ green 202 ◦ blue 203

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

Shades of Jungle Mist #B5CACB

Tints of Jungle Mist #B5CACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.64%

R = 30.89%
G = 34.47%
B = 34.64%

CMYK

 C value IS 0.11

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B5CACB (or 0xB5CACB) is known color: Jungle Mist. HEX triplet: B5, CA and CB. RGB value is (181,202,203). Sum of RGB (Red+Green+Blue) = 181+202+203=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CACB is #4A3534. Grayscale: #C3C3C3. Windows color (decimal): -4863285 or 13355701. OLE color: 13355701.

HSL color Cylindrical-coordinate representation of color #B5CACB: hue angle of 182.73º degrees, saturation: 0.17, 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 #B5CACB is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 202 203 -
CMYK 0.11 0.00 0 0.20
HSL 182.73º 0.17% 0.75% -
HSV(B) 182.73º 0.11% 0.8% -
XYZ 50.96 56.38 64.7 -
YUV 195.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 181 202 203 0.11 0.00 0 0.20 182.73 0.17 0.75
Hex B5 CA CB B 0 0 14 B7 11 4B
Octal 265 312 313 13 0 0 24 267 21 113
Binary 10110101 11001010 11001011 1011 0 0 10100 10110111 10001 1001011

Color Harmonies of #B5CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CACB

Black with #B5CACB

Text Example


Text Example

White with #B5CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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