#B5DCC4

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

Shades of Edgewater #B5DCC4

Tints of Edgewater #B5DCC4

Color information

#B5DCC4 (or 0xB5DCC4) is unknown color: approx Edgewater. HEX triplet: B5, DC and C4. RGB value is (181,220,196). Sum of RGB (Red+Green+Blue) = 181+220+196=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCC4 is #4A233B. Grayscale: #CDCDCD. Windows color (decimal): -4858684 or 12901557. OLE color: 12901557.

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

Color convert

RGB181220196-
CMYK0.1800.110.14
HSL143.08º35.78%78.63%-
HSV(B)143.08º17.73%86.27%-
XYZ54.616561.89-
YUV205.6122.58110.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.32%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 196 (76.95% from 255) = 32.83%
R=30.32%
G=36.85%
B=32.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201960.1800.110.14143.0835.7878.63
HexB5DCC4120BE8f244f
Octal265334304220131621744117
Binary10110101110111001100010010010010111110100011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCC4; }

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

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

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

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

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

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

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

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