Html Css Color HEX #BDF2B1 Madang

📋 copy color: '#BDF2B1'

red 189 ◦ green 242 ◦ blue 177

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

Shades of Madang #BDF2B1

Tints of Madang #BDF2B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.11%

R = 31.09%
G = 39.8%
B = 29.11%

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

#BDF2B1 (or 0xBDF2B1) is known color: Madang. HEX triplet: BD, F2 and B1. RGB value is (189,242,177). Sum of RGB (Red+Green+Blue) = 189+242+177=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 177 (69.53% from 255 or 29.11% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF2B1 is #420D4E. Grayscale: #DADADA. Windows color (decimal): -4328783 or 11662013. OLE color: 11662013.

HSL color Cylindrical-coordinate representation of color #BDF2B1: hue angle of 108.92º degrees, saturation: 0.71, 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 #BDF2B1 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 177 -
CMYK 0.22 0 0.27 0.05
HSL 108.92º 0.71% 0.82% -
HSV(B) 108.92º 0.27% 0.95% -
XYZ 60.67 77.5 53.36 -
YUV 218.74 104.44 106.79 -
System Red Green Blue C M Y K H S L
Decimal 189 242 177 0.22 0 0.27 0.05 108.92 0.71 0.82
Hex BD F2 B1 16 0 1B 5 6D 47 52
Octal 275 362 261 26 0 33 5 155 107 122
Binary 10111101 11110010 10110001 10110 0 11011 101 1101101 1000111 1010010

Color Harmonies of #BDF2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2B1

Black with #BDF2B1

Text Example


Text Example

White with #BDF2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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