#BBAD8D

Color #BBAD8D Pavlova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pavlova #BBAD8D

Tints of Pavlova #BBAD8D

Color information

#BBAD8D (or 0xBBAD8D) is unknown color: approx Pavlova. HEX triplet: BB, AD and 8D. RGB value is (187,173,141). Sum of RGB (Red+Green+Blue) = 187+173+141=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD8D is #445272. Grayscale: #ADADAD. Windows color (decimal): -4477555 or 9285051. OLE color: 9285051.

HSL color Cylindrical-coordinate representation of color #BBAD8D: hue angle of 41.74º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBAD8D is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB187173141-
CMYK00.070.250.27
HSL41.74º25.27%64.31%-
HSV(B)41.74º24.6%73.33%-
XYZ40.2442.3831.26-
YUV173.54109.64137.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 141 (55.47% from 255) = 28.14%
R=37.33%
G=34.53%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717314100.070.250.2741.7425.2764.31
HexBBAD8D07191B2a1940
Octal2732552150731335231100
Binary10111011101011011000110101111100111011101010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD8D; }

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

 H1.HeaderClassName
 {
   color: #BBAD8D;
 }
 .AnyTagClassName
 {
   color: #BBAD8D;
 }
</style>
background-color css

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

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

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

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

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

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