Html Css Color HEX #BBAD8C Pavlova

📋 copy color: '#BBAD8C'

red 187 ◦ green 173 ◦ blue 140

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

Shades of Pavlova #BBAD8C

Tints of Pavlova #BBAD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28%

R = 37.4%
G = 34.6%
B = 28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BBAD8C (or 0xBBAD8C) is known color: Pavlova. HEX triplet: BB, AD and 8C. RGB value is (187,173,140). Sum of RGB (Red+Green+Blue) = 187+173+140=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD8C is #445273. Grayscale: #ADADAD. Windows color (decimal): -4477556 or 9219515. OLE color: 9219515.

HSL color Cylindrical-coordinate representation of color #BBAD8C: hue angle of 42.13º degrees, saturation: 0.26, 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 #BBAD8C is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 173 140 -
CMYK 0 0.07 0.25 0.27
HSL 42.13º 0.26% 0.64% -
HSV(B) 42.13º 0.25% 0.73% -
XYZ 40.17 42.35 30.87 -
YUV 173.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 187 173 140 0 0.07 0.25 0.27 42.13 0.26 0.64
Hex BB AD 8C 0 7 19 1B 2A 1A 40
Octal 273 255 214 0 7 31 33 52 32 100
Binary 10111011 10101101 10001100 0 111 11001 11011 101010 11010 1000000

Color Harmonies of #BBAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD8C

Black with #BBAD8C

Text Example


Text Example

White with #BBAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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