#B7DFC6

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

Shades of Edgewater #B7DFC6

Tints of Edgewater #B7DFC6

Color information

#B7DFC6 (or 0xB7DFC6) is unknown color: approx Edgewater. HEX triplet: B7, DF and C6. RGB value is (183,223,198). Sum of RGB (Red+Green+Blue) = 183+223+198=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFC6 is #482039. Grayscale: #D0D0D0. Windows color (decimal): -4726842 or 13033399. OLE color: 13033399.

HSL color Cylindrical-coordinate representation of color #B7DFC6: hue angle of 142.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DFC6 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB183223198-
CMYK0.1800.110.13
HSL142.5º38.46%79.61%-
HSV(B)142.5º17.94%87.45%-
XYZ56.1166.9263.39-
YUV208.19122.25110.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.30%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 198 (77.73% from 255) = 32.78%
R=30.30%
G=36.92%
B=32.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832231980.1800.110.13142.538.4679.61
HexB7DFC6120BD8e2650
Octal267337306220131521646120
Binary10110111110111111100011010010010111101100011101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DFC6; }

 p { color: rgb(183,223,198); }

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

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

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

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

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

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

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