Html Css Color HEX #BEDDB1 Madang

📋 copy color: '#BEDDB1'

red 190 ◦ green 221 ◦ blue 177

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

Shades of Madang #BEDDB1

Tints of Madang #BEDDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.1%

R = 32.31%
G = 37.59%
B = 30.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#BEDDB1 (or 0xBEDDB1) is known color: Madang. HEX triplet: BE, DD and B1. RGB value is (190,221,177). Sum of RGB (Red+Green+Blue) = 190+221+177=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDDB1 is #41224E. Grayscale: #CECECE. Windows color (decimal): -4268623 or 11656638. OLE color: 11656638.

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

Color convert

RGB 190 221 177 -
CMYK 0.14 0 0.20 0.13
HSL 102.27º 0.39% 0.78% -
HSV(B) 102.27º 0.2% 0.87% -
XYZ 55.03 65.83 51.4 -
YUV 206.72 111.23 116.08 -
System Red Green Blue C M Y K H S L
Decimal 190 221 177 0.14 0 0.20 0.13 102.27 0.39 0.78
Hex BE DD B1 E 0 14 D 66 27 4E
Octal 276 335 261 16 0 24 15 146 47 116
Binary 10111110 11011101 10110001 1110 0 10100 1101 1100110 100111 1001110

Color Harmonies of #BEDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDB1

Black with #BEDDB1

Text Example


Text Example

White with #BEDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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