#BEDFC1

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

Shades of Edgewater #BEDFC1

Tints of Edgewater #BEDFC1

Color information

#BEDFC1 (or 0xBEDFC1) is unknown color: approx Edgewater. HEX triplet: BE, DF and C1. RGB value is (190,223,193). Sum of RGB (Red+Green+Blue) = 190+223+193=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFC1 is #41203E. Grayscale: #D1D1D1. Windows color (decimal): -4268095 or 12705726. OLE color: 12705726.

HSL color Cylindrical-coordinate representation of color #BEDFC1: hue angle of 125.45º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFC1 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB190223193-
CMYK0.1500.130.13
HSL125.45º34.02%80.98%-
HSV(B)125.45º14.8%87.45%-
XYZ57.2567.5760.48-
YUV209.71118.57113.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 193 (75.78% from 255) = 31.85%
R=31.35%
G=36.80%
B=31.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231930.1500.130.13125.4534.0280.98
HexBEDFC1F0DD7d2251
Octal276337301170151517542121
Binary101111101101111111000001111101101110111111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFC1; }

 p { color: rgb(190,223,193); }

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

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

 a { background-color: rgb(190,223,193); }

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

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

 span { border-color: rgb(190,223,193); }

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