#B7CFCF

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

Shades of Jungle Mist #B7CFCF

Tints of Jungle Mist #B7CFCF

Color information

#B7CFCF (or 0xB7CFCF) is unknown color: approx Jungle Mist. HEX triplet: B7, CF and CF. RGB value is (183,207,207). Sum of RGB (Red+Green+Blue) = 183+207+207=597 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.65% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #B7CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFCF is #483030. Grayscale: #C7C7C7. Windows color (decimal): -4730929 or 13619127. OLE color: 13619127.

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

Color convert

RGB183207207-
CMYK0.12000.19
HSL180º20%76.47%-
HSV(B)180º11.59%81.18%-
XYZ53.159.267.66-
YUV199.82132.05116-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.65%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=30.65%
G=34.67%
B=34.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832072070.12000.191802076.47
HexB7CFCFC0013b4144c
Octal26731731714002326424114
Binary1011011111001111110011111100001001110110100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CFCF; }

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

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

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

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

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

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

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

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