Html Css Color HEX #BDFFAF Madang

📋 copy color: '#BDFFAF'

red 189 ◦ green 255 ◦ blue 175

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

Shades of Madang #BDFFAF

Tints of Madang #BDFFAF

RGB

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

 GREEN value IS 255 (100% from 255) = 41.2%

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

R = 30.53%
G = 41.2%
B = 28.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#BDFFAF (or 0xBDFFAF) is known color: Madang. HEX triplet: BD, FF and AF. RGB value is (189,255,175). Sum of RGB (Red+Green+Blue) = 189+255+175=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFFAF is #420050. Grayscale: #E2E2E2. Windows color (decimal): -4325457 or 11534269. OLE color: 11534269.

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

Color convert

RGB 189 255 175 -
CMYK 0.26 0 0.31 0
HSL 109.5º 1% 0.84% -
HSV(B) 109.5º 0.31% 1% -
XYZ 64.48 85.43 53.65 -
YUV 226.15 99.13 101.5 -
System Red Green Blue C M Y K H S L
Decimal 189 255 175 0.26 0 0.31 0 109.5 1 0.84
Hex BD FF AF 1A 0 1F 0 6E 64 54
Octal 275 377 257 32 0 37 0 156 144 124
Binary 10111101 11111111 10101111 11010 0 11111 0 1101110 1100100 1010100

Color Harmonies of #BDFFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFAF

Black with #BDFFAF

Text Example


Text Example

White with #BDFFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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