Html Css Color HEX #BDF6A8 Madang

📋 copy color: '#BDF6A8'

red 189 ◦ green 246 ◦ blue 168

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

Shades of Madang #BDF6A8

Tints of Madang #BDF6A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.86%

R = 31.34%
G = 40.8%
B = 27.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#BDF6A8 (or 0xBDF6A8) is known color: Madang. HEX triplet: BD, F6 and A8. RGB value is (189,246,168). Sum of RGB (Red+Green+Blue) = 189+246+168=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF6A8 is #420957. Grayscale: #DCDCDC. Windows color (decimal): -4327768 or 11073213. OLE color: 11073213.

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

Color convert

RGB 189 246 168 -
CMYK 0.23 0 0.32 0.04
HSL 103.85º 0.81% 0.81% -
HSV(B) 103.85º 0.32% 0.96% -
XYZ 61.01 79.56 49.19 -
YUV 220.07 98.62 105.84 -
System Red Green Blue C M Y K H S L
Decimal 189 246 168 0.23 0 0.32 0.04 103.85 0.81 0.81
Hex BD F6 A8 17 0 20 4 68 51 51
Octal 275 366 250 27 0 40 4 150 121 121
Binary 10111101 11110110 10101000 10111 0 100000 100 1101000 1010001 1010001

Color Harmonies of #BDF6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF6A8

Black with #BDF6A8

Text Example


Text Example

White with #BDF6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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