Html Css Color HEX #BDDDA6 Madang

📋 copy color: '#BDDDA6'

red 189 ◦ green 221 ◦ blue 166

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

Shades of Madang #BDDDA6

Tints of Madang #BDDDA6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.37%

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

R = 32.81%
G = 38.37%
B = 28.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#BDDDA6 (or 0xBDDDA6) is known color: Madang. HEX triplet: BD, DD and A6. RGB value is (189,221,166). Sum of RGB (Red+Green+Blue) = 189+221+166=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 166 (65.23% from 255 or 28.82% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDDA6 is #422259. Grayscale: #CDCDCD. Windows color (decimal): -4334170 or 10935741. OLE color: 10935741.

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

Color convert

RGB 189 221 166 -
CMYK 0.14 0 0.25 0.13
HSL 94.91º 0.45% 0.76% -
HSV(B) 94.91º 0.25% 0.87% -
XYZ 53.73 65.28 45.85 -
YUV 205.16 105.9 116.47 -
System Red Green Blue C M Y K H S L
Decimal 189 221 166 0.14 0 0.25 0.13 94.91 0.45 0.76
Hex BD DD A6 E 0 19 D 5F 2D 4C
Octal 275 335 246 16 0 31 15 137 55 114
Binary 10111101 11011101 10100110 1110 0 11001 1101 1011111 101101 1001100

Color Harmonies of #BDDDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDA6

Black with #BDDDA6

Text Example


Text Example

White with #BDDDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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