Html Css Color HEX #BEDFC5 Edgewater

📋 copy color: '#BEDFC5'

red 190 ◦ green 223 ◦ blue 197

#BEDFC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edgewater #BEDFC5

Tints of Edgewater #BEDFC5

RGB

 RED value IS 190 (74.61% from 255) = 31.15%

 GREEN value IS 223 (87.5% from 255) = 36.56%

 BLUE value IS 197 (77.34% from 255) = 32.3%

R = 31.15%
G = 36.56%
B = 32.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#BEDFC5 (or 0xBEDFC5) is known color: Edgewater. HEX triplet: BE, DF and C5. RGB value is (190,223,197). Sum of RGB (Red+Green+Blue) = 190+223+197=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFC5 is #41203A. Grayscale: #D2D2D2. Windows color (decimal): -4268091 or 12967870. OLE color: 12967870.

HSL color Cylindrical-coordinate representation of color #BEDFC5: hue angle of 132.73º 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 #BEDFC5 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 197 -
CMYK 0.15 0 0.12 0.13
HSL 132.73º 0.34% 0.81% -
HSV(B) 132.73º 0.15% 0.87% -
XYZ 57.7 67.75 62.86 -
YUV 210.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 190 223 197 0.15 0 0.12 0.13 132.73 0.34 0.81
Hex BE DF C5 F 0 C D 85 22 51
Octal 276 337 305 17 0 14 15 205 42 121
Binary 10111110 11011111 11000101 1111 0 1100 1101 10000101 100010 1010001

Color Harmonies of #BEDFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDFC5

Black with #BEDFC5

Text Example


Text Example

White with #BEDFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDFC5; }

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

 H1.HeaderClassName
 {
   color: #BEDFC5;
 }
 .AnyTagClassName
 {
   color: #BEDFC5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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