Html Css Color HEX #BEDDAF Madang

📋 copy color: '#BEDDAF'

red 190 ◦ green 221 ◦ blue 175

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

Shades of Madang #BEDDAF

Tints of Madang #BEDDAF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.71%

 BLUE value IS 175 (68.75% from 255) = 29.86%

R = 32.42%
G = 37.71%
B = 29.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#BEDDAF (or 0xBEDDAF) is known color: Madang. HEX triplet: BE, DD and AF. RGB value is (190,221,175). Sum of RGB (Red+Green+Blue) = 190+221+175=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDDAF is #412250. Grayscale: #CECECE. Windows color (decimal): -4268625 or 11525566. OLE color: 11525566.

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

Color convert

RGB 190 221 175 -
CMYK 0.14 0 0.21 0.13
HSL 100.43º 0.4% 0.78% -
HSV(B) 100.43º 0.21% 0.87% -
XYZ 54.83 65.76 50.36 -
YUV 206.49 110.23 116.24 -
System Red Green Blue C M Y K H S L
Decimal 190 221 175 0.14 0 0.21 0.13 100.43 0.4 0.78
Hex BE DD AF E 0 15 D 64 28 4E
Octal 276 335 257 16 0 25 15 144 50 116
Binary 10111110 11011101 10101111 1110 0 10101 1101 1100100 101000 1001110

Color Harmonies of #BEDDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDAF

Black with #BEDDAF

Text Example


Text Example

White with #BEDDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDAF; }

 p { color: rgb(190,221,175); }

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

background-color css

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

 a { background-color: rgb(190,221,175); }

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

border-color css

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

 span { border-color: rgb(190,221,175); }

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