Html Css Color HEX #BDA888 Pavlova

📋 copy color: '#BDA888'

red 189 ◦ green 168 ◦ blue 136

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

Shades of Pavlova #BDA888

Tints of Pavlova #BDA888

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.08%

 BLUE value IS 136 (53.52% from 255) = 27.59%

R = 38.34%
G = 34.08%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BDA888 (or 0xBDA888) is known color: Pavlova. HEX triplet: BD, A8 and 88. RGB value is (189,168,136). Sum of RGB (Red+Green+Blue) = 189+168+136=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA888 is #425777. Grayscale: #AAAAAA. Windows color (decimal): -4347768 or 8956093. OLE color: 8956093.

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

Color convert

RGB 189 168 136 -
CMYK 0 0.11 0.28 0.26
HSL 36.23º 0.29% 0.64% -
HSV(B) 36.23º 0.28% 0.74% -
XYZ 39.43 40.6 29.05 -
YUV 170.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 189 168 136 0 0.11 0.28 0.26 36.23 0.29 0.64
Hex BD A8 88 0 B 1C 1A 24 1D 40
Octal 275 250 210 0 13 34 32 44 35 100
Binary 10111101 10101000 10001000 0 1011 11100 11010 100100 11101 1000000

Color Harmonies of #BDA888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA888

Black with #BDA888

Text Example


Text Example

White with #BDA888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA888; }

 p { color: rgb(189,168,136); }

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

background-color css

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

 a { background-color: rgb(189,168,136); }

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

border-color css

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

 span { border-color: rgb(189,168,136); }

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