Html Css Color HEX #BBAD8F Pavlova

📋 copy color: '#BBAD8F'

red 187 ◦ green 173 ◦ blue 143

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

Shades of Pavlova #BBAD8F

Tints of Pavlova #BBAD8F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.39%

 BLUE value IS 143 (56.25% from 255) = 28.43%

R = 37.18%
G = 34.39%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BBAD8F (or 0xBBAD8F) is known color: Pavlova. HEX triplet: BB, AD and 8F. RGB value is (187,173,143). Sum of RGB (Red+Green+Blue) = 187+173+143=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD8F is #445270. Grayscale: #ADADAD. Windows color (decimal): -4477553 or 9416123. OLE color: 9416123.

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

Color convert

RGB 187 173 143 -
CMYK 0 0.07 0.24 0.27
HSL 40.91º 0.24% 0.65% -
HSV(B) 40.91º 0.24% 0.73% -
XYZ 40.4 42.44 32.05 -
YUV 173.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 187 173 143 0 0.07 0.24 0.27 40.91 0.24 0.65
Hex BB AD 8F 0 7 18 1B 29 18 41
Octal 273 255 217 0 7 30 33 51 30 101
Binary 10111011 10101101 10001111 0 111 11000 11011 101001 11000 1000001

Color Harmonies of #BBAD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD8F

Black with #BBAD8F

Text Example


Text Example

White with #BBAD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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