Html Css Color HEX #BDAB8F Pavlova

📋 copy color: '#BDAB8F'

red 189 ◦ green 171 ◦ blue 143

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

Shades of Pavlova #BDAB8F

Tints of Pavlova #BDAB8F

RGB

 RED value IS 189 (74.22% from 255) = 37.57%

 GREEN value IS 171 (67.19% from 255) = 34%

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

R = 37.57%
G = 34%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BDAB8F (or 0xBDAB8F) is known color: Pavlova. HEX triplet: BD, AB and 8F. RGB value is (189,171,143). Sum of RGB (Red+Green+Blue) = 189+171+143=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB8F is #425470. Grayscale: #ADADAD. Windows color (decimal): -4346993 or 9415613. OLE color: 9415613.

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

Color convert

RGB 189 171 143 -
CMYK 0 0.10 0.24 0.26
HSL 36.52º 0.26% 0.65% -
HSV(B) 36.52º 0.24% 0.74% -
XYZ 40.51 41.93 31.94 -
YUV 173.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 189 171 143 0 0.10 0.24 0.26 36.52 0.26 0.65
Hex BD AB 8F 0 A 18 1A 25 1A 41
Octal 275 253 217 0 12 30 32 45 32 101
Binary 10111101 10101011 10001111 0 1010 11000 11010 100101 11010 1000001

Color Harmonies of #BDAB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB8F

Black with #BDAB8F

Text Example


Text Example

White with #BDAB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB8F; }

 p { color: rgb(189,171,143); }

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

background-color css

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

 a { background-color: rgb(189,171,143); }

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

border-color css

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

 span { border-color: rgb(189,171,143); }

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