Html Css Color HEX #BDDFA6 Madang

📋 copy color: '#BDDFA6'

red 189 ◦ green 223 ◦ blue 166

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

Shades of Madang #BDDFA6

Tints of Madang #BDDFA6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.58%

 BLUE value IS 166 (65.23% from 255) = 28.72%

R = 32.7%
G = 38.58%
B = 28.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#BDDFA6 (or 0xBDDFA6) is known color: Madang. HEX triplet: BD, DF and A6. RGB value is (189,223,166). Sum of RGB (Red+Green+Blue) = 189+223+166=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 166 (65.23% from 255 or 28.72% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFA6 is #422059. Grayscale: #CECECE. Windows color (decimal): -4333658 or 10936253. OLE color: 10936253.

HSL color Cylindrical-coordinate representation of color #BDDFA6: hue angle of 95.79º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDFA6 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 166 -
CMYK 0.15 0 0.26 0.13
HSL 95.79º 0.47% 0.76% -
HSV(B) 95.79º 0.26% 0.87% -
XYZ 54.26 66.35 46.02 -
YUV 206.34 105.24 115.63 -
System Red Green Blue C M Y K H S L
Decimal 189 223 166 0.15 0 0.26 0.13 95.79 0.47 0.76
Hex BD DF A6 F 0 1A D 60 2F 4C
Octal 275 337 246 17 0 32 15 140 57 114
Binary 10111101 11011111 10100110 1111 0 11010 1101 1100000 101111 1001100

Color Harmonies of #BDDFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFA6

Black with #BDDFA6

Text Example


Text Example

White with #BDDFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFA6; }

 p { color: rgb(189,223,166); }

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

background-color css

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

 a { background-color: rgb(189,223,166); }

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

border-color css

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

 span { border-color: rgb(189,223,166); }

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