Html Css Color HEX #BBDEA0 Madang

📋 copy color: '#BBDEA0'

red 187 ◦ green 222 ◦ blue 160

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

Shades of Madang #BBDEA0

Tints of Madang #BBDEA0

RGB

 RED value IS 187 (73.44% from 255) = 32.86%

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

 BLUE value IS 160 (62.89% from 255) = 28.12%

R = 32.86%
G = 39.02%
B = 28.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#BBDEA0 (or 0xBBDEA0) is known color: Madang. HEX triplet: BB, DE and A0. RGB value is (187,222,160). Sum of RGB (Red+Green+Blue) = 187+222+160=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDEA0 is #44215F. Grayscale: #CCCCCC. Windows color (decimal): -4464992 or 10542779. OLE color: 10542779.

HSL color Cylindrical-coordinate representation of color #BBDEA0: hue angle of 93.87º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBDEA0 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 222 160 -
CMYK 0.16 0 0.28 0.13
HSL 93.87º 0.48% 0.75% -
HSV(B) 93.87º 0.28% 0.87% -
XYZ 52.96 65.35 43.08 -
YUV 204.47 102.9 115.54 -
System Red Green Blue C M Y K H S L
Decimal 187 222 160 0.16 0 0.28 0.13 93.87 0.48 0.75
Hex BB DE A0 10 0 1C D 5E 30 4B
Octal 273 336 240 20 0 34 15 136 60 113
Binary 10111011 11011110 10100000 10000 0 11100 1101 1011110 110000 1001011

Color Harmonies of #BBDEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDEA0

Black with #BBDEA0

Text Example


Text Example

White with #BBDEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDEA0; }

 p { color: rgb(187,222,160); }

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

background-color css

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

 a { background-color: rgb(187,222,160); }

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

border-color css

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

 span { border-color: rgb(187,222,160); }

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