Html Css Color HEX #BDF1B1 Madang

📋 copy color: '#BDF1B1'

red 189 ◦ green 241 ◦ blue 177

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

Shades of Madang #BDF1B1

Tints of Madang #BDF1B1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.7%

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

R = 31.14%
G = 39.7%
B = 29.16%

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

#BDF1B1 (or 0xBDF1B1) is known color: Madang. HEX triplet: BD, F1 and B1. RGB value is (189,241,177). Sum of RGB (Red+Green+Blue) = 189+241+177=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1B1 is #420E4E. Grayscale: #DADADA. Windows color (decimal): -4329039 or 11661757. OLE color: 11661757.

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

Color convert

RGB 189 241 177 -
CMYK 0.22 0 0.27 0.05
HSL 108.75º 0.7% 0.82% -
HSV(B) 108.75º 0.27% 0.95% -
XYZ 60.38 76.9 53.26 -
YUV 218.16 104.77 107.2 -
System Red Green Blue C M Y K H S L
Decimal 189 241 177 0.22 0 0.27 0.05 108.75 0.7 0.82
Hex BD F1 B1 16 0 1B 5 6D 46 52
Octal 275 361 261 26 0 33 5 155 106 122
Binary 10111101 11110001 10110001 10110 0 11011 101 1101101 1000110 1010010

Color Harmonies of #BDF1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF1B1

Black with #BDF1B1

Text Example


Text Example

White with #BDF1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF1B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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