Html Css Color HEX #BDE1A5 Madang

📋 copy color: '#BDE1A5'

red 189 ◦ green 225 ◦ blue 165

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

Shades of Madang #BDE1A5

Tints of Madang #BDE1A5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.86%

 BLUE value IS 165 (64.84% from 255) = 28.5%

R = 32.64%
G = 38.86%
B = 28.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#BDE1A5 (or 0xBDE1A5) is known color: Madang. HEX triplet: BD, E1 and A5. RGB value is (189,225,165). Sum of RGB (Red+Green+Blue) = 189+225+165=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE1A5 is #421E5A. Grayscale: #CFCFCF. Windows color (decimal): -4333147 or 10871229. OLE color: 10871229.

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

Color convert

RGB 189 225 165 -
CMYK 0.16 0 0.27 0.12
HSL 96º 0.5% 0.76% -
HSV(B) 96º 0.27% 0.88% -
XYZ 54.7 67.39 45.72 -
YUV 207.4 104.07 114.88 -
System Red Green Blue C M Y K H S L
Decimal 189 225 165 0.16 0 0.27 0.12 96 0.5 0.76
Hex BD E1 A5 10 0 1B C 60 32 4C
Octal 275 341 245 20 0 33 14 140 62 114
Binary 10111101 11100001 10100101 10000 0 11011 1100 1100000 110010 1001100

Color Harmonies of #BDE1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE1A5

Black with #BDE1A5

Text Example


Text Example

White with #BDE1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE1A5; }

 p { color: rgb(189,225,165); }

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

background-color css

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

 a { background-color: rgb(189,225,165); }

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

border-color css

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

 span { border-color: rgb(189,225,165); }

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