#B8CECD

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

Shades of Jungle Mist #B8CECD

Tints of Jungle Mist #B8CECD

Color information

#B8CECD (or 0xB8CECD) is unknown color: approx Jungle Mist. HEX triplet: B8, CE and CD. RGB value is (184,206,205). Sum of RGB (Red+Green+Blue) = 184+206+205=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CECD is #473132. Grayscale: #C7C7C7. Windows color (decimal): -4665651 or 13487800. OLE color: 13487800.

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

Color convert

RGB184206205-
CMYK0.1100.000.19
HSL177.27º18.33%76.47%-
HSV(B)177.27º10.68%80.78%-
XYZ52.8658.7466.31-
YUV199.31131.21117.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.92%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=30.92%
G=34.62%
B=34.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842062050.1100.000.19177.2718.3376.47
HexB8CECDB0013b1124c
Octal27031631513002326122114
Binary1011100011001110110011011011001001110110001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CECD; }

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

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

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

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

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

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

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

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