Html Css Color HEX #BDEBA1 Madang

📋 copy color: '#BDEBA1'

red 189 ◦ green 235 ◦ blue 161

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

Shades of Madang #BDEBA1

Tints of Madang #BDEBA1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.17%

 BLUE value IS 161 (63.28% from 255) = 27.52%

R = 32.31%
G = 40.17%
B = 27.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#BDEBA1 (or 0xBDEBA1) is known color: Madang. HEX triplet: BD, EB and A1. RGB value is (189,235,161). Sum of RGB (Red+Green+Blue) = 189+235+161=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEBA1 is #42145E. Grayscale: #D5D5D5. Windows color (decimal): -4330591 or 10611645. OLE color: 10611645.

HSL color Cylindrical-coordinate representation of color #BDEBA1: hue angle of 97.3º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDEBA1 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 161 -
CMYK 0.20 0 0.31 0.08
HSL 97.3º 0.65% 0.78% -
HSV(B) 97.3º 0.31% 0.92% -
XYZ 57.13 72.81 44.76 -
YUV 212.81 98.76 111.02 -
System Red Green Blue C M Y K H S L
Decimal 189 235 161 0.20 0 0.31 0.08 97.3 0.65 0.78
Hex BD EB A1 14 0 1F 8 61 41 4E
Octal 275 353 241 24 0 37 10 141 101 116
Binary 10111101 11101011 10100001 10100 0 11111 1000 1100001 1000001 1001110

Color Harmonies of #BDEBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBA1

Black with #BDEBA1

Text Example


Text Example

White with #BDEBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBA1; }

 p { color: rgb(189,235,161); }

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

background-color css

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

 a { background-color: rgb(189,235,161); }

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

border-color css

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

 span { border-color: rgb(189,235,161); }

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