Html Css Color HEX #BDEDB0 Madang

📋 copy color: '#BDEDB0'

red 189 ◦ green 237 ◦ blue 176

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

Shades of Madang #BDEDB0

Tints of Madang #BDEDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.24%

R = 31.4%
G = 39.37%
B = 29.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#BDEDB0 (or 0xBDEDB0) is known color: Madang. HEX triplet: BD, ED and B0. RGB value is (189,237,176). Sum of RGB (Red+Green+Blue) = 189+237+176=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEDB0 is #42124F. Grayscale: #D7D7D7. Windows color (decimal): -4330064 or 11595197. OLE color: 11595197.

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

Color convert

RGB 189 237 176 -
CMYK 0.20 0 0.26 0.07
HSL 107.21º 0.63% 0.81% -
HSV(B) 107.21º 0.26% 0.93% -
XYZ 59.11 74.52 52.34 -
YUV 215.69 105.6 108.96 -
System Red Green Blue C M Y K H S L
Decimal 189 237 176 0.20 0 0.26 0.07 107.21 0.63 0.81
Hex BD ED B0 14 0 1A 7 6B 3F 51
Octal 275 355 260 24 0 32 7 153 77 121
Binary 10111101 11101101 10110000 10100 0 11010 111 1101011 111111 1010001

Color Harmonies of #BDEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDB0

Black with #BDEDB0

Text Example


Text Example

White with #BDEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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