Html Css Color HEX #BDDEB0 Madang

📋 copy color: '#BDDEB0'

red 189 ◦ green 222 ◦ blue 176

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

Shades of Madang #BDDEB0

Tints of Madang #BDDEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.98%

R = 32.2%
G = 37.82%
B = 29.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#BDDEB0 (or 0xBDDEB0) is known color: Madang. HEX triplet: BD, DE and B0. RGB value is (189,222,176). Sum of RGB (Red+Green+Blue) = 189+222+176=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEB0 is #42214F. Grayscale: #CFCFCF. Windows color (decimal): -4333904 or 11591357. OLE color: 11591357.

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

Color convert

RGB 189 222 176 -
CMYK 0.15 0 0.21 0.13
HSL 103.04º 0.41% 0.78% -
HSV(B) 103.04º 0.21% 0.87% -
XYZ 54.94 66.2 50.96 -
YUV 206.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 189 222 176 0.15 0 0.21 0.13 103.04 0.41 0.78
Hex BD DE B0 F 0 15 D 67 29 4E
Octal 275 336 260 17 0 25 15 147 51 116
Binary 10111101 11011110 10110000 1111 0 10101 1101 1100111 101001 1001110

Color Harmonies of #BDDEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEB0

Black with #BDDEB0

Text Example


Text Example

White with #BDDEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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