Html Css Color HEX #BBDFA0 Madang

📋 copy color: '#BBDFA0'

red 187 ◦ green 223 ◦ blue 160

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

Shades of Madang #BBDFA0

Tints of Madang #BBDFA0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.12%

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

R = 32.81%
G = 39.12%
B = 28.07%

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

#BBDFA0 (or 0xBBDFA0) is known color: Madang. HEX triplet: BB, DF and A0. RGB value is (187,223,160). Sum of RGB (Red+Green+Blue) = 187+223+160=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDFA0 is #44205F. Grayscale: #CDCDCD. Windows color (decimal): -4464736 or 10543035. OLE color: 10543035.

HSL color Cylindrical-coordinate representation of color #BBDFA0: hue angle of 94.29º degrees, saturation: 0.5, 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 #BBDFA0 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 160 -
CMYK 0.16 0 0.28 0.13
HSL 94.29º 0.5% 0.75% -
HSV(B) 94.29º 0.28% 0.87% -
XYZ 53.23 65.88 43.17 -
YUV 205.05 102.57 115.12 -
System Red Green Blue C M Y K H S L
Decimal 187 223 160 0.16 0 0.28 0.13 94.29 0.5 0.75
Hex BB DF A0 10 0 1C D 5E 32 4B
Octal 273 337 240 20 0 34 15 136 62 113
Binary 10111011 11011111 10100000 10000 0 11100 1101 1011110 110010 1001011

Color Harmonies of #BBDFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFA0

Black with #BBDFA0

Text Example


Text Example

White with #BBDFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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