Html Css Color HEX #BEDCAE Madang

📋 copy color: '#BEDCAE'

red 190 ◦ green 220 ◦ blue 174

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

Shades of Madang #BEDCAE

Tints of Madang #BEDCAE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.67%

 BLUE value IS 174 (68.36% from 255) = 29.79%

R = 32.53%
G = 37.67%
B = 29.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#BEDCAE (or 0xBEDCAE) is known color: Madang. HEX triplet: BE, DC and AE. RGB value is (190,220,174). Sum of RGB (Red+Green+Blue) = 190+220+174=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDCAE is #412351. Grayscale: #CDCDCD. Windows color (decimal): -4268882 or 11459774. OLE color: 11459774.

HSL color Cylindrical-coordinate representation of color #BEDCAE: hue angle of 99.13º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEDCAE is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 220 174 -
CMYK 0.14 0 0.21 0.14
HSL 99.13º 0.4% 0.77% -
HSV(B) 99.13º 0.21% 0.86% -
XYZ 54.47 65.19 49.76 -
YUV 205.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 190 220 174 0.14 0 0.21 0.14 99.13 0.4 0.77
Hex BE DC AE E 0 15 E 63 28 4D
Octal 276 334 256 16 0 25 16 143 50 115
Binary 10111110 11011100 10101110 1110 0 10101 1110 1100011 101000 1001101

Color Harmonies of #BEDCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDCAE

Black with #BEDCAE

Text Example


Text Example

White with #BEDCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDCAE; }

 p { color: rgb(190,220,174); }

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

background-color css

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

 a { background-color: rgb(190,220,174); }

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

border-color css

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

 span { border-color: rgb(190,220,174); }

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