#BFCEC2

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

Shades of Edgewater #BFCEC2

Tints of Edgewater #BFCEC2

Color information

#BFCEC2 (or 0xBFCEC2) is unknown color: approx Edgewater. HEX triplet: BF, CE and C2. RGB value is (191,206,194). Sum of RGB (Red+Green+Blue) = 191+206+194=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEC2 is #40313D. Grayscale: #C8C8C8. Windows color (decimal): -4206910 or 12766911. OLE color: 12766911.

HSL color Cylindrical-coordinate representation of color #BFCEC2: hue angle of 132º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCEC2 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB191206194-
CMYK0.0700.060.19
HSL132º13.27%77.84%-
HSV(B)132º7.28%80.78%-
XYZ53.2959.1159.64-
YUV200.15124.53121.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 194 (76.17% from 255) = 32.83%
R=32.32%
G=34.86%
B=32.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061940.0700.060.1913213.2777.84
HexBFCEC27061384d4e
Octal2773163027062320415116
Binary1011111111001110110000101110110100111000010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEC2; }

 p { color: rgb(191,206,194); }

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

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

 a { background-color: rgb(191,206,194); }

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

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

 span { border-color: rgb(191,206,194); }

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