#B7D0D0

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

Shades of Jungle Mist #B7D0D0

Tints of Jungle Mist #B7D0D0

Color information

#B7D0D0 (or 0xB7D0D0) is unknown color: approx Jungle Mist. HEX triplet: B7, D0 and D0. RGB value is (183,208,208). Sum of RGB (Red+Green+Blue) = 183+208+208=599 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.55% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: green, blue. Hex color #B7D0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0D0 is #482F2F. Grayscale: #C8C8C8. Windows color (decimal): -4730672 or 13684919. OLE color: 13684919.

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

Color convert

RGB183208208-
CMYK0.12000.18
HSL180º21.01%76.67%-
HSV(B)180º12.02%81.57%-
XYZ53.4759.7368.39-
YUV200.52132.22115.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.55%
GREEN value IS 208 (81.64% from 255) = 34.72%
BLUE value IS 208 (81.64% from 255) = 34.72%
R=30.55%
G=34.72%
B=34.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1832082080.12000.1818021.0176.67
HexB7D0D0C0012b4154d
Octal26732032014002226425115
Binary1011011111010000110100001100001001010110100101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D0D0; }

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

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

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

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

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

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

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

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