Html Css Color HEX #BDEBA2 Madang

📋 copy color: '#BDEBA2'

red 189 ◦ green 235 ◦ blue 162

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

Shades of Madang #BDEBA2

Tints of Madang #BDEBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.65%

R = 32.25%
G = 40.1%
B = 27.65%

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

#BDEBA2 (or 0xBDEBA2) is known color: Madang. HEX triplet: BD, EB and A2. RGB value is (189,235,162). Sum of RGB (Red+Green+Blue) = 189+235+162=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEBA2 is #42145D. Grayscale: #D5D5D5. Windows color (decimal): -4330590 or 10677181. OLE color: 10677181.

HSL color Cylindrical-coordinate representation of color #BDEBA2: hue angle of 97.81º 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 #BDEBA2 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 162 -
CMYK 0.20 0 0.31 0.08
HSL 97.81º 0.65% 0.78% -
HSV(B) 97.81º 0.31% 0.92% -
XYZ 57.22 72.84 45.23 -
YUV 212.92 99.26 110.94 -
System Red Green Blue C M Y K H S L
Decimal 189 235 162 0.20 0 0.31 0.08 97.81 0.65 0.78
Hex BD EB A2 14 0 1F 8 62 41 4E
Octal 275 353 242 24 0 37 10 142 101 116
Binary 10111101 11101011 10100010 10100 0 11111 1000 1100010 1000001 1001110

Color Harmonies of #BDEBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBA2

Black with #BDEBA2

Text Example


Text Example

White with #BDEBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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