Html Css Color HEX #BBDBAA Madang

📋 copy color: '#BBDBAA'

red 187 ◦ green 219 ◦ blue 170

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

Shades of Madang #BBDBAA

Tints of Madang #BBDBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.02%

 BLUE value IS 170 (66.8% from 255) = 29.51%

R = 32.47%
G = 38.02%
B = 29.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#BBDBAA (or 0xBBDBAA) is known color: Madang. HEX triplet: BB, DB and AA. RGB value is (187,219,170). Sum of RGB (Red+Green+Blue) = 187+219+170=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBAA is #442455. Grayscale: #CCCCCC. Windows color (decimal): -4465750 or 11197371. OLE color: 11197371.

HSL color Cylindrical-coordinate representation of color #BBDBAA: hue angle of 99.18º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDBAA is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 170 -
CMYK 0.15 0 0.22 0.14
HSL 99.18º 0.4% 0.76% -
HSV(B) 99.18º 0.22% 0.86% -
XYZ 53.08 64.13 47.61 -
YUV 203.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 187 219 170 0.15 0 0.22 0.14 99.18 0.4 0.76
Hex BB DB AA F 0 16 E 63 28 4C
Octal 273 333 252 17 0 26 16 143 50 114
Binary 10111011 11011011 10101010 1111 0 10110 1110 1100011 101000 1001100

Color Harmonies of #BBDBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBAA

Black with #BBDBAA

Text Example


Text Example

White with #BBDBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBAA; }

 p { color: rgb(187,219,170); }

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

background-color css

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

 a { background-color: rgb(187,219,170); }

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

border-color css

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

 span { border-color: rgb(187,219,170); }

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