Html Css Color HEX #BBD8AD Madang

📋 copy color: '#BBD8AD'

red 187 ◦ green 216 ◦ blue 173

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

Shades of Madang #BBD8AD

Tints of Madang #BBD8AD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.5%

 BLUE value IS 173 (67.97% from 255) = 30.03%

R = 32.47%
G = 37.5%
B = 30.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#BBD8AD (or 0xBBD8AD) is known color: Madang. HEX triplet: BB, D8 and AD. RGB value is (187,216,173). Sum of RGB (Red+Green+Blue) = 187+216+173=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD8AD is #442752. Grayscale: #CACACA. Windows color (decimal): -4466515 or 11393211. OLE color: 11393211.

HSL color Cylindrical-coordinate representation of color #BBD8AD: hue angle of 100.47º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD8AD is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 173 -
CMYK 0.13 0 0.20 0.15
HSL 100.47º 0.36% 0.76% -
HSV(B) 100.47º 0.2% 0.85% -
XYZ 52.59 62.69 48.86 -
YUV 202.43 111.39 117 -
System Red Green Blue C M Y K H S L
Decimal 187 216 173 0.13 0 0.20 0.15 100.47 0.36 0.76
Hex BB D8 AD D 0 14 F 64 24 4C
Octal 273 330 255 15 0 24 17 144 44 114
Binary 10111011 11011000 10101101 1101 0 10100 1111 1100100 100100 1001100

Color Harmonies of #BBD8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8AD

Black with #BBD8AD

Text Example


Text Example

White with #BBD8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8AD; }

 p { color: rgb(187,216,173); }

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

background-color css

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

 a { background-color: rgb(187,216,173); }

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

border-color css

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

 span { border-color: rgb(187,216,173); }

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