Html Css Color HEX #B7CACB Jungle Mist

📋 copy color: '#B7CACB'

red 183 ◦ green 202 ◦ blue 203

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

Shades of Jungle Mist #B7CACB

Tints of Jungle Mist #B7CACB

RGB

 RED value IS 183 (71.88% from 255) = 31.12%

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

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

R = 31.12%
G = 34.35%
B = 34.52%

CMYK

 C value IS 0.10

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B7CACB (or 0xB7CACB) is known color: Jungle Mist. HEX triplet: B7, CA and CB. RGB value is (183,202,203). Sum of RGB (Red+Green+Blue) = 183+202+203=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CACB is #483534. Grayscale: #C4C4C4. Windows color (decimal): -4732213 or 13355703. OLE color: 13355703.

HSL color Cylindrical-coordinate representation of color #B7CACB: hue angle of 183º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7CACB is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 202 203 -
CMYK 0.10 0.00 0 0.20
HSL 183º 0.16% 0.76% -
HSV(B) 183º 0.1% 0.8% -
XYZ 51.43 56.62 64.72 -
YUV 196.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 183 202 203 0.10 0.00 0 0.20 183 0.16 0.76
Hex B7 CA CB A 0 0 14 B7 10 4C
Octal 267 312 313 12 0 0 24 267 20 114
Binary 10110111 11001010 11001011 1010 0 0 10100 10110111 10000 1001100

Color Harmonies of #B7CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CACB

Black with #B7CACB

Text Example


Text Example

White with #B7CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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