#B7CACD

Color #B7CACD Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #B7CACD

Tints of Jungle Mist #B7CACD

Color information

#B7CACD (or 0xB7CACD) is unknown color: approx Jungle Mist. HEX triplet: B7, CA and CD. RGB value is (183,202,205). Sum of RGB (Red+Green+Blue) = 183+202+205=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CACD is #483532. Grayscale: #C4C4C4. Windows color (decimal): -4732211 or 13486775. OLE color: 13486775.

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

Color convert

RGB183202205-
CMYK0.110.0100.20
HSL188.18º18.03%76.08%-
HSV(B)188.18º10.73%80.39%-
XYZ51.6756.7265.98-
YUV196.66132.71118.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.02%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=31.02%
G=34.24%
B=34.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832022050.110.0100.20188.1818.0376.08
HexB7CACDB1014bc124c
Octal26731231513102427422114
Binary1011011111001010110011011011101010010111100100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CACD; }

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

 H1.HeaderClassName
 {
   color: #B7CACD;
 }
 .AnyTagClassName
 {
   color: #B7CACD;
 }
</style>
background-color css

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

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

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

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

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

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