Html Css Color HEX #BDEDB1 Madang

📋 copy color: '#BDEDB1'

red 189 ◦ green 237 ◦ blue 177

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

Shades of Madang #BDEDB1

Tints of Madang #BDEDB1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.3%

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

R = 31.34%
G = 39.3%
B = 29.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#BDEDB1 (or 0xBDEDB1) is known color: Madang. HEX triplet: BD, ED and B1. RGB value is (189,237,177). Sum of RGB (Red+Green+Blue) = 189+237+177=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEDB1 is #42124E. Grayscale: #D7D7D7. Windows color (decimal): -4330063 or 11660733. OLE color: 11660733.

HSL color Cylindrical-coordinate representation of color #BDEDB1: hue angle of 108º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDEDB1 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 177 -
CMYK 0.20 0 0.25 0.07
HSL 108º 0.63% 0.81% -
HSV(B) 108º 0.25% 0.93% -
XYZ 59.21 74.56 52.87 -
YUV 215.81 106.1 108.88 -
System Red Green Blue C M Y K H S L
Decimal 189 237 177 0.20 0 0.25 0.07 108 0.63 0.81
Hex BD ED B1 14 0 19 7 6C 3E 51
Octal 275 355 261 24 0 31 7 154 76 121
Binary 10111101 11101101 10110001 10100 0 11001 111 1101100 111110 1010001

Color Harmonies of #BDEDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDB1

Black with #BDEDB1

Text Example


Text Example

White with #BDEDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDB1; }

 p { color: rgb(189,237,177); }

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

background-color css

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

 a { background-color: rgb(189,237,177); }

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

border-color css

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

 span { border-color: rgb(189,237,177); }

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