Html Css Color HEX #BDEDB7 Madang

📋 copy color: '#BDEDB7'

red 189 ◦ green 237 ◦ blue 183

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

Shades of Madang #BDEDB7

Tints of Madang #BDEDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.05%

R = 31.03%
G = 38.92%
B = 30.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#BDEDB7 (or 0xBDEDB7) is known color: Madang. HEX triplet: BD, ED and B7. RGB value is (189,237,183). Sum of RGB (Red+Green+Blue) = 189+237+183=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDB7 is #421248. Grayscale: #D8D8D8. Windows color (decimal): -4330057 or 12053949. OLE color: 12053949.

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

Color convert

RGB 189 237 183 -
CMYK 0.20 0 0.23 0.07
HSL 113.33º 0.6% 0.82% -
HSV(B) 113.33º 0.23% 0.93% -
XYZ 59.82 74.81 56.09 -
YUV 216.49 109.1 108.39 -
System Red Green Blue C M Y K H S L
Decimal 189 237 183 0.20 0 0.23 0.07 113.33 0.6 0.82
Hex BD ED B7 14 0 17 7 71 3C 52
Octal 275 355 267 24 0 27 7 161 74 122
Binary 10111101 11101101 10110111 10100 0 10111 111 1110001 111100 1010010

Color Harmonies of #BDEDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDB7

Black with #BDEDB7

Text Example


Text Example

White with #BDEDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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