Html Css Color HEX #BDF0B0 Madang

📋 copy color: '#BDF0B0'

red 189 ◦ green 240 ◦ blue 176

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

Shades of Madang #BDF0B0

Tints of Madang #BDF0B0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.67%

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

R = 31.24%
G = 39.67%
B = 29.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#BDF0B0 (or 0xBDF0B0) is known color: Madang. HEX triplet: BD, F0 and B0. RGB value is (189,240,176). Sum of RGB (Red+Green+Blue) = 189+240+176=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF0B0 is #420F4F. Grayscale: #D9D9D9. Windows color (decimal): -4329296 or 11595965. OLE color: 11595965.

HSL color Cylindrical-coordinate representation of color #BDF0B0: hue angle of 107.81º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDF0B0 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 176 -
CMYK 0.21 0 0.27 0.06
HSL 107.81º 0.68% 0.82% -
HSV(B) 107.81º 0.27% 0.94% -
XYZ 59.98 76.27 52.64 -
YUV 217.46 104.6 107.7 -
System Red Green Blue C M Y K H S L
Decimal 189 240 176 0.21 0 0.27 0.06 107.81 0.68 0.82
Hex BD F0 B0 15 0 1B 6 6C 44 52
Octal 275 360 260 25 0 33 6 154 104 122
Binary 10111101 11110000 10110000 10101 0 11011 110 1101100 1000100 1010010

Color Harmonies of #BDF0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0B0

Black with #BDF0B0

Text Example


Text Example

White with #BDF0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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