#B8CDCB

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

Shades of Jungle Mist #B8CDCB

Tints of Jungle Mist #B8CDCB

Color information

#B8CDCB (or 0xB8CDCB) is unknown color: approx Jungle Mist. HEX triplet: B8, CD and CB. RGB value is (184,205,203). Sum of RGB (Red+Green+Blue) = 184+205+203=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDCB is #473234. Grayscale: #C6C6C6. Windows color (decimal): -4665909 or 13356472. OLE color: 13356472.

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

Color convert

RGB184205203-
CMYK0.1000.010.20
HSL174.29º17.36%76.27%-
HSV(B)174.29º10.24%80.39%-
XYZ52.3858.1664.97-
YUV198.49130.54117.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.08%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=31.08%
G=34.63%
B=34.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842052030.1000.010.20174.2917.3676.27
HexB8CDCBA0114ae114c
Octal27031531312012425621114
Binary1011100011001101110010111010011010010101110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDCB; }

 p { color: rgb(184,205,203); }

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

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

 a { background-color: rgb(184,205,203); }

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

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

 span { border-color: rgb(184,205,203); }

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