#BFE3C5

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

Shades of Edgewater #BFE3C5

Tints of Edgewater #BFE3C5

Color information

#BFE3C5 (or 0xBFE3C5) is unknown color: approx Edgewater. HEX triplet: BF, E3 and C5. RGB value is (191,227,197). Sum of RGB (Red+Green+Blue) = 191+227+197=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3C5 is #401C3A. Grayscale: #D4D4D4. Windows color (decimal): -4201531 or 12968895. OLE color: 12968895.

HSL color Cylindrical-coordinate representation of color #BFE3C5: hue angle of 130º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3C5 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB191227197-
CMYK0.1600.130.11
HSL130º39.13%81.96%-
HSV(B)130º15.86%89.02%-
XYZ59.0370.0563.23-
YUV212.82119.07112.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.06%
GREEN value IS 227 (89.06% from 255) = 36.91%
BLUE value IS 197 (77.34% from 255) = 32.03%
R=31.06%
G=36.91%
B=32.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912271970.1600.130.1113039.1381.96
HexBFE3C5100DB822752
Octal277343305200151320247122
Binary10111111111000111100010110000011011011100000101001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3C5; }

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

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

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

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

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

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

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

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