#B8CDCE

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

Shades of Jungle Mist #B8CDCE

Tints of Jungle Mist #B8CDCE

Color information

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

HSL color Cylindrical-coordinate representation of color #B8CDCE: hue angle of 182.73º 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 #B8CDCE is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184205206-
CMYK0.110.0000.19
HSL182.73º18.33%76.47%-
HSV(B)182.73º10.68%80.78%-
XYZ52.7458.3166.87-
YUV198.84132.04117.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842052060.110.0000.19182.7318.3376.47
HexB8CDCEB0013b7124c
Octal27031531613002326722114
Binary1011100011001101110011101011001001110110111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDCE; }

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

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

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

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

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

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

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

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