#B8CFCE

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

Shades of Jungle Mist #B8CFCE

Tints of Jungle Mist #B8CFCE

Color information

#B8CFCE (or 0xB8CFCE) is unknown color: approx Jungle Mist. HEX triplet: B8, CF and CE. RGB value is (184,207,206). Sum of RGB (Red+Green+Blue) = 184+207+206=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFCE is #473031. Grayscale: #C7C7C7. Windows color (decimal): -4665394 or 13553592. OLE color: 13553592.

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

Color convert

RGB184207206-
CMYK0.1100.000.19
HSL177.39º19.33%76.67%-
HSV(B)177.39º11.11%81.18%-
XYZ53.2259.2767.03-
YUV200.01131.38116.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.82%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=30.82%
G=34.67%
B=34.51%

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
Decimal1842072060.1100.000.19177.3919.3376.67
HexB8CFCEB0013b1134d
Octal27031731613002326123115
Binary1011100011001111110011101011001001110110001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFCE; }

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

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

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

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

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

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

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

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