Html Css Color HEX #BDFAB0 Madang

📋 copy color: '#BDFAB0'

red 189 ◦ green 250 ◦ blue 176

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

Shades of Madang #BDFAB0

Tints of Madang #BDFAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.65%

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

R = 30.73%
G = 40.65%
B = 28.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#BDFAB0 (or 0xBDFAB0) is known color: Madang. HEX triplet: BD, FA and B0. RGB value is (189,250,176). Sum of RGB (Red+Green+Blue) = 189+250+176=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFAB0 is #42054F. Grayscale: #DFDFDF. Windows color (decimal): -4326736 or 11598525. OLE color: 11598525.

HSL color Cylindrical-coordinate representation of color #BDFAB0: hue angle of 109.46º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDFAB0 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 250 176 -
CMYK 0.24 0 0.30 0.02
HSL 109.46º 0.88% 0.84% -
HSV(B) 109.46º 0.3% 0.98% -
XYZ 63.01 82.32 53.64 -
YUV 223.33 101.29 103.52 -
System Red Green Blue C M Y K H S L
Decimal 189 250 176 0.24 0 0.30 0.02 109.46 0.88 0.84
Hex BD FA B0 18 0 1E 2 6D 58 54
Octal 275 372 260 30 0 36 2 155 130 124
Binary 10111101 11111010 10110000 11000 0 11110 10 1101101 1011000 1010100

Color Harmonies of #BDFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFAB0

Black with #BDFAB0

Text Example


Text Example

White with #BDFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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