Html Css Color HEX #BDE0AF Madang

📋 copy color: '#BDE0AF'

red 189 ◦ green 224 ◦ blue 175

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

Shades of Madang #BDE0AF

Tints of Madang #BDE0AF

RGB

 RED value IS 189 (74.22% from 255) = 32.14%

 GREEN value IS 224 (87.89% from 255) = 38.1%

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

R = 32.14%
G = 38.1%
B = 29.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#BDE0AF (or 0xBDE0AF) is known color: Madang. HEX triplet: BD, E0 and AF. RGB value is (189,224,175). Sum of RGB (Red+Green+Blue) = 189+224+175=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE0AF is #421F50. Grayscale: #D0D0D0. Windows color (decimal): -4333393 or 11526333. OLE color: 11526333.

HSL color Cylindrical-coordinate representation of color #BDE0AF: hue angle of 102.86º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE0AF is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 175 -
CMYK 0.16 0 0.22 0.12
HSL 102.86º 0.44% 0.78% -
HSV(B) 102.86º 0.22% 0.88% -
XYZ 55.38 67.23 50.61 -
YUV 207.95 109.4 114.48 -
System Red Green Blue C M Y K H S L
Decimal 189 224 175 0.16 0 0.22 0.12 102.86 0.44 0.78
Hex BD E0 AF 10 0 16 C 67 2C 4E
Octal 275 340 257 20 0 26 14 147 54 116
Binary 10111101 11100000 10101111 10000 0 10110 1100 1100111 101100 1001110

Color Harmonies of #BDE0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0AF

Black with #BDE0AF

Text Example


Text Example

White with #BDE0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0AF; }

 p { color: rgb(189,224,175); }

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

background-color css

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

 a { background-color: rgb(189,224,175); }

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

border-color css

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

 span { border-color: rgb(189,224,175); }

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