#BFDCC7

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

Shades of Edgewater #BFDCC7

Tints of Edgewater #BFDCC7

Color information

#BFDCC7 (or 0xBFDCC7) is unknown color: approx Edgewater. HEX triplet: BF, DC and C7. RGB value is (191,220,199). Sum of RGB (Red+Green+Blue) = 191+220+199=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCC7 is #402338. Grayscale: #D0D0D0. Windows color (decimal): -4203321 or 13098175. OLE color: 13098175.

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

Color convert

RGB191220199-
CMYK0.1300.100.14
HSL136.55º29.29%80.59%-
HSV(B)136.55º13.18%86.27%-
XYZ57.3966.3963.82-
YUV208.93122.39115.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 199 (78.12% from 255) = 32.62%
R=31.31%
G=36.07%
B=32.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912201990.1300.100.14136.5529.2980.59
HexBFDCC7D0AE891d51
Octal277334307150121621135121
Binary101111111101110011000111110101010111010001001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCC7; }

 p { color: rgb(191,220,199); }

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

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

 a { background-color: rgb(191,220,199); }

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

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

 span { border-color: rgb(191,220,199); }

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