#BDAF8A

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

Shades of Pavlova #BDAF8A

Tints of Pavlova #BDAF8A

Color information

#BDAF8A (or 0xBDAF8A) is unknown color: approx Pavlova. HEX triplet: BD, AF and 8A. RGB value is (189,175,138). Sum of RGB (Red+Green+Blue) = 189+175+138=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF8A is #425075. Grayscale: #AFAFAF. Windows color (decimal): -4345974 or 9088957. OLE color: 9088957.

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

Color convert

RGB189175138-
CMYK00.070.270.26
HSL43.53º27.87%64.12%-
HSV(B)43.53º26.98%74.12%-
XYZ40.943.3130.25-
YUV174.97107.14138.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=37.65%
G=34.86%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917513800.070.270.2643.5327.8764.12
HexBDAF8A071B1A2c1c40
Octal2752572120733325434100
Binary10111101101011111000101001111101111010101100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF8A; }

 p { color: rgb(189,175,138); }

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

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

 a { background-color: rgb(189,175,138); }

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

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

 span { border-color: rgb(189,175,138); }

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