Html Css Color HEX #BDF2B0 Madang

📋 copy color: '#BDF2B0'

red 189 ◦ green 242 ◦ blue 176

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

Shades of Madang #BDF2B0

Tints of Madang #BDF2B0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.87%

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

R = 31.14%
G = 39.87%
B = 29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#BDF2B0 (or 0xBDF2B0) is known color: Madang. HEX triplet: BD, F2 and B0. RGB value is (189,242,176). Sum of RGB (Red+Green+Blue) = 189+242+176=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF2B0 is #420D4F. Grayscale: #DADADA. Windows color (decimal): -4328784 or 11596477. OLE color: 11596477.

HSL color Cylindrical-coordinate representation of color #BDF2B0: hue angle of 108.18º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDF2B0 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 176 -
CMYK 0.22 0 0.27 0.05
HSL 108.18º 0.72% 0.82% -
HSV(B) 108.18º 0.27% 0.95% -
XYZ 60.57 77.46 52.83 -
YUV 218.63 103.94 106.87 -
System Red Green Blue C M Y K H S L
Decimal 189 242 176 0.22 0 0.27 0.05 108.18 0.72 0.82
Hex BD F2 B0 16 0 1B 5 6C 48 52
Octal 275 362 260 26 0 33 5 154 110 122
Binary 10111101 11110010 10110000 10110 0 11011 101 1101100 1001000 1010010

Color Harmonies of #BDF2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2B0

Black with #BDF2B0

Text Example


Text Example

White with #BDF2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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