Html Css Color HEX #B1CACB Jungle Mist

📋 copy color: '#B1CACB'

red 177 ◦ green 202 ◦ blue 203

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

Shades of Jungle Mist #B1CACB

Tints of Jungle Mist #B1CACB

RGB

 RED value IS 177 (69.53% from 255) = 30.41%

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

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

R = 30.41%
G = 34.71%
B = 34.88%

CMYK

 C value IS 0.13

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B1CACB (or 0xB1CACB) is known color: Jungle Mist. HEX triplet: B1, CA and CB. RGB value is (177,202,203). Sum of RGB (Red+Green+Blue) = 177+202+203=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CACB is #4E3534. Grayscale: #C2C2C2. Windows color (decimal): -5125429 or 13355697. OLE color: 13355697.

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

Color convert

RGB 177 202 203 -
CMYK 0.13 0.00 0 0.20
HSL 182.31º 0.2% 0.75% -
HSV(B) 182.31º 0.13% 0.8% -
XYZ 50.03 55.9 64.65 -
YUV 194.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 177 202 203 0.13 0.00 0 0.20 182.31 0.2 0.75
Hex B1 CA CB D 0 0 14 B6 14 4B
Octal 261 312 313 15 0 0 24 266 24 113
Binary 10110001 11001010 11001011 1101 0 0 10100 10110110 10100 1001011

Color Harmonies of #B1CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CACB

Black with #B1CACB

Text Example


Text Example

White with #B1CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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