Html Css Color HEX #BDF6AF Madang

📋 copy color: '#BDF6AF'

red 189 ◦ green 246 ◦ blue 175

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

Shades of Madang #BDF6AF

Tints of Madang #BDF6AF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.33%

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

R = 30.98%
G = 40.33%
B = 28.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#BDF6AF (or 0xBDF6AF) is known color: Madang. HEX triplet: BD, F6 and AF. RGB value is (189,246,175). Sum of RGB (Red+Green+Blue) = 189+246+175=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF6AF is #420950. Grayscale: #DDDDDD. Windows color (decimal): -4327761 or 11531965. OLE color: 11531965.

HSL color Cylindrical-coordinate representation of color #BDF6AF: hue angle of 108.17º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDF6AF is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 175 -
CMYK 0.23 0 0.29 0.04
HSL 108.17º 0.8% 0.83% -
HSV(B) 108.17º 0.29% 0.96% -
XYZ 61.68 79.83 52.71 -
YUV 220.86 102.12 105.27 -
System Red Green Blue C M Y K H S L
Decimal 189 246 175 0.23 0 0.29 0.04 108.17 0.8 0.83
Hex BD F6 AF 17 0 1D 4 6C 50 53
Octal 275 366 257 27 0 35 4 154 120 123
Binary 10111101 11110110 10101111 10111 0 11101 100 1101100 1010000 1010011

Color Harmonies of #BDF6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF6AF

Black with #BDF6AF

Text Example


Text Example

White with #BDF6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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