#BFE1C3

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

Shades of Edgewater #BFE1C3

Tints of Edgewater #BFE1C3

Color information

#BFE1C3 (or 0xBFE1C3) is unknown color: approx Edgewater. HEX triplet: BF, E1 and C3. RGB value is (191,225,195). Sum of RGB (Red+Green+Blue) = 191+225+195=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1C3 is #401E3C. Grayscale: #D3D3D3. Windows color (decimal): -4202045 or 12837311. OLE color: 12837311.

HSL color Cylindrical-coordinate representation of color #BFE1C3: hue angle of 127.06º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE1C3 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB191225195-
CMYK0.1500.130.12
HSL127.06º36.17%81.57%-
HSV(B)127.06º15.11%88.24%-
XYZ58.2668.8761.85-
YUV211.41118.74113.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 225 (88.28% from 255) = 36.82%
BLUE value IS 195 (76.56% from 255) = 31.91%
R=31.26%
G=36.82%
B=31.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912251950.1500.130.12127.0636.1781.57
HexBFE1C3F0DC7f2452
Octal277341303170151417744122
Binary101111111110000111000011111101101110011111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1C3; }

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

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

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

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

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

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

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

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