#BFE3C3

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

Shades of Edgewater #BFE3C3

Tints of Edgewater #BFE3C3

Color information

#BFE3C3 (or 0xBFE3C3) is unknown color: approx Edgewater. HEX triplet: BF, E3 and C3. RGB value is (191,227,195). Sum of RGB (Red+Green+Blue) = 191+227+195=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3C3 is #401C3C. Grayscale: #D4D4D4. Windows color (decimal): -4201533 or 12837823. OLE color: 12837823.

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

Color convert

RGB191227195-
CMYK0.1600.140.11
HSL126.67º39.13%81.96%-
HSV(B)126.67º15.86%89.02%-
XYZ58.8169.9562.03-
YUV212.59118.07112.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 227 (89.06% from 255) = 37.03%
BLUE value IS 195 (76.56% from 255) = 31.81%
R=31.16%
G=37.03%
B=31.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912271950.1600.140.11126.6739.1381.96
HexBFE3C3100EB7f2752
Octal277343303200161317747122
Binary1011111111100011110000111000001110101111111111001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3C3; }

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

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

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

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

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

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

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

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