Html Css Color HEX #BDEDB3 Madang

📋 copy color: '#BDEDB3'

red 189 ◦ green 237 ◦ blue 179

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

Shades of Madang #BDEDB3

Tints of Madang #BDEDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.59%

R = 31.24%
G = 39.17%
B = 29.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#BDEDB3 (or 0xBDEDB3) is known color: Madang. HEX triplet: BD, ED and B3. RGB value is (189,237,179). Sum of RGB (Red+Green+Blue) = 189+237+179=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDB3 is #42124C. Grayscale: #D8D8D8. Windows color (decimal): -4330061 or 11791805. OLE color: 11791805.

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

Color convert

RGB 189 237 179 -
CMYK 0.20 0 0.24 0.07
HSL 109.66º 0.62% 0.82% -
HSV(B) 109.66º 0.24% 0.93% -
XYZ 59.41 74.64 53.92 -
YUV 216.04 107.1 108.72 -
System Red Green Blue C M Y K H S L
Decimal 189 237 179 0.20 0 0.24 0.07 109.66 0.62 0.82
Hex BD ED B3 14 0 18 7 6E 3E 52
Octal 275 355 263 24 0 30 7 156 76 122
Binary 10111101 11101101 10110011 10100 0 11000 111 1101110 111110 1010010

Color Harmonies of #BDEDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDB3

Black with #BDEDB3

Text Example


Text Example

White with #BDEDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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