Html Css Color HEX #BDFEAF Madang

📋 copy color: '#BDFEAF'

red 189 ◦ green 254 ◦ blue 175

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

Shades of Madang #BDFEAF

Tints of Madang #BDFEAF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.1%

 BLUE value IS 175 (68.75% from 255) = 28.32%

R = 30.58%
G = 41.1%
B = 28.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#BDFEAF (or 0xBDFEAF) is known color: Madang. HEX triplet: BD, FE and AF. RGB value is (189,254,175). Sum of RGB (Red+Green+Blue) = 189+254+175=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFEAF is #420150. Grayscale: #E1E1E1. Windows color (decimal): -4325713 or 11534013. OLE color: 11534013.

HSL color Cylindrical-coordinate representation of color #BDFEAF: hue angle of 109.37º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDFEAF is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 175 -
CMYK 0.26 0 0.31 0.00
HSL 109.37º 0.98% 0.84% -
HSV(B) 109.37º 0.31% 1% -
XYZ 64.17 84.8 53.54 -
YUV 225.56 99.47 101.92 -
System Red Green Blue C M Y K H S L
Decimal 189 254 175 0.26 0 0.31 0.00 109.37 0.98 0.84
Hex BD FE AF 1A 0 1F 0 6D 62 54
Octal 275 376 257 32 0 37 0 155 142 124
Binary 10111101 11111110 10101111 11010 0 11111 0 1101101 1100010 1010100

Color Harmonies of #BDFEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEAF

Black with #BDFEAF

Text Example


Text Example

White with #BDFEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEAF; }

 p { color: rgb(189,254,175); }

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

background-color css

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

 a { background-color: rgb(189,254,175); }

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

border-color css

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

 span { border-color: rgb(189,254,175); }

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