#B7CCCF

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

Shades of Jungle Mist #B7CCCF

Tints of Jungle Mist #B7CCCF

Color information

#B7CCCF (or 0xB7CCCF) is unknown color: approx Jungle Mist. HEX triplet: B7, CC and CF. RGB value is (183,204,207). Sum of RGB (Red+Green+Blue) = 183+204+207=594 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.81% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCCF is #483330. Grayscale: #C6C6C6. Windows color (decimal): -4731697 or 13618359. OLE color: 13618359.

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

Color convert

RGB183204207-
CMYK0.120.0100.19
HSL187.5º20%76.47%-
HSV(B)187.5º11.59%81.18%-
XYZ52.3857.7667.42-
YUV198.06133.04117.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.81%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=30.81%
G=34.34%
B=34.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832042070.120.0100.19187.52076.47
HexB7CCCFC1013bc144c
Octal26731431714102327424114
Binary1011011111001100110011111100101001110111100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CCCF; }

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

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

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

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

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

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

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

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