#BFDDC5

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

Shades of Edgewater #BFDDC5

Tints of Edgewater #BFDDC5

Color information

#BFDDC5 (or 0xBFDDC5) is unknown color: approx Edgewater. HEX triplet: BF, DD and C5. RGB value is (191,221,197). Sum of RGB (Red+Green+Blue) = 191+221+197=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDC5 is #40223A. Grayscale: #D1D1D1. Windows color (decimal): -4203067 or 12967359. OLE color: 12967359.

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

Color convert

RGB191221197-
CMYK0.1400.110.13
HSL132º30.61%80.78%-
HSV(B)132º13.57%86.67%-
XYZ57.4266.8262.69-
YUV209.29121.06114.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 197 (77.34% from 255) = 32.35%
R=31.36%
G=36.29%
B=32.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912211970.1400.110.1313230.6180.78
HexBFDDC5E0BD841f51
Octal277335305160131520437121
Binary101111111101110111000101111001011110110000100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDC5; }

 p { color: rgb(191,221,197); }

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

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

 a { background-color: rgb(191,221,197); }

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

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

 span { border-color: rgb(191,221,197); }

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