Html Css Color HEX #BDE0B0 Madang

📋 copy color: '#BDE0B0'

red 189 ◦ green 224 ◦ blue 176

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

Shades of Madang #BDE0B0

Tints of Madang #BDE0B0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.03%

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

R = 32.09%
G = 38.03%
B = 29.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#BDE0B0 (or 0xBDE0B0) is known color: Madang. HEX triplet: BD, E0 and B0. RGB value is (189,224,176). Sum of RGB (Red+Green+Blue) = 189+224+176=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE0B0 is #421F4F. Grayscale: #D0D0D0. Windows color (decimal): -4333392 or 11591869. OLE color: 11591869.

HSL color Cylindrical-coordinate representation of color #BDE0B0: hue angle of 103.75º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE0B0 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 176 -
CMYK 0.16 0 0.21 0.12
HSL 103.75º 0.44% 0.78% -
HSV(B) 103.75º 0.21% 0.88% -
XYZ 55.48 67.26 51.13 -
YUV 208.06 109.9 114.4 -
System Red Green Blue C M Y K H S L
Decimal 189 224 176 0.16 0 0.21 0.12 103.75 0.44 0.78
Hex BD E0 B0 10 0 15 C 68 2C 4E
Octal 275 340 260 20 0 25 14 150 54 116
Binary 10111101 11100000 10110000 10000 0 10101 1100 1101000 101100 1001110

Color Harmonies of #BDE0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0B0

Black with #BDE0B0

Text Example


Text Example

White with #BDE0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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