#B6DCC4

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

Shades of Edgewater #B6DCC4

Tints of Edgewater #B6DCC4

Color information

#B6DCC4 (or 0xB6DCC4) is unknown color: approx Edgewater. HEX triplet: B6, DC and C4. RGB value is (182,220,196). Sum of RGB (Red+Green+Blue) = 182+220+196=598 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.43% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCC4 is #49233B. Grayscale: #CDCDCD. Windows color (decimal): -4793148 or 12901558. OLE color: 12901558.

HSL color Cylindrical-coordinate representation of color #B6DCC4: hue angle of 142.11º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DCC4 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB182220196-
CMYK0.1700.110.14
HSL142.11º35.19%78.82%-
HSV(B)142.11º17.27%86.27%-
XYZ54.8565.1261.9-
YUV205.9122.41110.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.43%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 196 (76.95% from 255) = 32.78%
R=30.43%
G=36.79%
B=32.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822201960.1700.110.14142.1135.1978.82
HexB6DCC4110BE8e234f
Octal266334304210131621643117
Binary10110110110111001100010010001010111110100011101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DCC4; }

 p { color: rgb(182,220,196); }

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

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

 a { background-color: rgb(182,220,196); }

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

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

 span { border-color: rgb(182,220,196); }

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