Html Css Color HEX #B8CACC Jungle Mist

📋 copy color: '#B8CACC'

red 184 ◦ green 202 ◦ blue 204

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

Shades of Jungle Mist #B8CACC

Tints of Jungle Mist #B8CACC

RGB

 RED value IS 184 (72.27% from 255) = 31.19%

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

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

R = 31.19%
G = 34.24%
B = 34.58%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B8CACC (or 0xB8CACC) is known color: Jungle Mist. HEX triplet: B8, CA and CC. RGB value is (184,202,204). Sum of RGB (Red+Green+Blue) = 184+202+204=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CACC is #473533. Grayscale: #C4C4C4. Windows color (decimal): -4666676 or 13421240. OLE color: 13421240.

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

Color convert

RGB 184 202 204 -
CMYK 0.10 0.01 0 0.2
HSL 186º 0.16% 0.76% -
HSV(B) 186º 0.1% 0.8% -
XYZ 51.79 56.79 65.36 -
YUV 196.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 184 202 204 0.10 0.01 0 0.2 186 0.16 0.76
Hex B8 CA CC A 1 0 14 BA 10 4C
Octal 270 312 314 12 1 0 24 272 20 114
Binary 10111000 11001010 11001100 1010 1 0 10100 10111010 10000 1001100

Color Harmonies of #B8CACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CACC

Black with #B8CACC

Text Example


Text Example

White with #B8CACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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