Html Css Color HEX #BDDEA6 Madang

📋 copy color: '#BDDEA6'

red 189 ◦ green 222 ◦ blue 166

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

Shades of Madang #BDDEA6

Tints of Madang #BDDEA6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.47%

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

R = 32.76%
G = 38.47%
B = 28.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#BDDEA6 (or 0xBDDEA6) is known color: Madang. HEX triplet: BD, DE and A6. RGB value is (189,222,166). Sum of RGB (Red+Green+Blue) = 189+222+166=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEA6 is #422159. Grayscale: #CDCDCD. Windows color (decimal): -4333914 or 10935997. OLE color: 10935997.

HSL color Cylindrical-coordinate representation of color #BDDEA6: hue angle of 95.36º degrees, saturation: 0.46, 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 #BDDEA6 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 166 -
CMYK 0.15 0 0.25 0.13
HSL 95.36º 0.46% 0.76% -
HSV(B) 95.36º 0.25% 0.87% -
XYZ 53.99 65.81 45.93 -
YUV 205.75 105.57 116.05 -
System Red Green Blue C M Y K H S L
Decimal 189 222 166 0.15 0 0.25 0.13 95.36 0.46 0.76
Hex BD DE A6 F 0 19 D 5F 2E 4C
Octal 275 336 246 17 0 31 15 137 56 114
Binary 10111101 11011110 10100110 1111 0 11001 1101 1011111 101110 1001100

Color Harmonies of #BDDEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEA6

Black with #BDDEA6

Text Example


Text Example

White with #BDDEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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