#B5CFCF

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

Shades of Jungle Mist #B5CFCF

Tints of Jungle Mist #B5CFCF

Color information

#B5CFCF (or 0xB5CFCF) is unknown color: approx Jungle Mist. HEX triplet: B5, CF and CF. RGB value is (181,207,207). Sum of RGB (Red+Green+Blue) = 181+207+207=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #B5CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFCF is #4A3030. Grayscale: #C7C7C7. Windows color (decimal): -4862001 or 13619125. OLE color: 13619125.

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

Color convert

RGB181207207-
CMYK0.13000.19
HSL180º21.31%76.08%-
HSV(B)180º12.56%81.18%-
XYZ52.6358.9567.64-
YUV199.23132.39115-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.42%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 207 (81.25% from 255) = 34.79%
R=30.42%
G=34.79%
B=34.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812072070.13000.1918021.3176.08
HexB5CFCFD0013b4154c
Octal26531731715002326425114
Binary1011010111001111110011111101001001110110100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFCF; }

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

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

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

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

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

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

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

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