Html Css Color HEX #BDEDB6 Madang

📋 copy color: '#BDEDB6'

red 189 ◦ green 237 ◦ blue 182

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

Shades of Madang #BDEDB6

Tints of Madang #BDEDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.93%

R = 31.09%
G = 38.98%
B = 29.93%

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

#BDEDB6 (or 0xBDEDB6) is known color: Madang. HEX triplet: BD, ED and B6. RGB value is (189,237,182). Sum of RGB (Red+Green+Blue) = 189+237+182=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDB6 is #421249. Grayscale: #D8D8D8. Windows color (decimal): -4330058 or 11988413. OLE color: 11988413.

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

Color convert

RGB 189 237 182 -
CMYK 0.20 0 0.23 0.07
HSL 112.36º 0.6% 0.82% -
HSV(B) 112.36º 0.23% 0.93% -
XYZ 59.71 74.76 55.54 -
YUV 216.38 108.6 108.47 -
System Red Green Blue C M Y K H S L
Decimal 189 237 182 0.20 0 0.23 0.07 112.36 0.6 0.82
Hex BD ED B6 14 0 17 7 70 3C 52
Octal 275 355 266 24 0 27 7 160 74 122
Binary 10111101 11101101 10110110 10100 0 10111 111 1110000 111100 1010010

Color Harmonies of #BDEDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDB6

Black with #BDEDB6

Text Example


Text Example

White with #BDEDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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