#B8CFCF

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

Shades of Jungle Mist #B8CFCF

Tints of Jungle Mist #B8CFCF

Color information

#B8CFCF (or 0xB8CFCF) is unknown color: approx Jungle Mist. HEX triplet: B8, CF and CF. RGB value is (184,207,207). Sum of RGB (Red+Green+Blue) = 184+207+207=598 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.77% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #B8CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFCF is #473030. Grayscale: #C8C8C8. Windows color (decimal): -4665393 or 13619128. OLE color: 13619128.

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

Color convert

RGB184207207-
CMYK0.11000.19
HSL180º19.33%76.67%-
HSV(B)180º11.11%81.18%-
XYZ53.3459.3267.67-
YUV200.12131.88116.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.77%
GREEN value IS 207 (81.25% from 255) = 34.62%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=30.77%
G=34.62%
B=34.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842072070.11000.1918019.3376.67
HexB8CFCFB0013b4134d
Octal27031731713002326423115
Binary1011100011001111110011111011001001110110100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFCF; }

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

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

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

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

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

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

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

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