#BFDDC8

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

Shades of Edgewater #BFDDC8

Tints of Edgewater #BFDDC8

Color information

#BFDDC8 (or 0xBFDDC8) is unknown color: approx Edgewater. HEX triplet: BF, DD and C8. RGB value is (191,221,200). Sum of RGB (Red+Green+Blue) = 191+221+200=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDC8 is #402237. Grayscale: #D1D1D1. Windows color (decimal): -4203064 or 13163967. OLE color: 13163967.

HSL color Cylindrical-coordinate representation of color #BFDDC8: hue angle of 138º 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 #BFDDC8 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB191221200-
CMYK0.1400.100.13
HSL138º30.61%80.78%-
HSV(B)138º13.57%86.67%-
XYZ57.7766.9664.52-
YUV209.64122.56114.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 200 (78.52% from 255) = 32.68%
R=31.21%
G=36.11%
B=32.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912212000.1400.100.1313830.6180.78
HexBFDDC8E0AD8a1f51
Octal277335310160121521237121
Binary101111111101110111001000111001010110110001010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDC8; }

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

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

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

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

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

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

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

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