Html Css Color HEX #BDAE8D Pavlova

📋 copy color: '#BDAE8D'

red 189 ◦ green 174 ◦ blue 141

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

Shades of Pavlova #BDAE8D

Tints of Pavlova #BDAE8D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.52%

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 37.5%
G = 34.52%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BDAE8D (or 0xBDAE8D) is known color: Pavlova. HEX triplet: BD, AE and 8D. RGB value is (189,174,141). Sum of RGB (Red+Green+Blue) = 189+174+141=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE8D is #425172. Grayscale: #AEAEAE. Windows color (decimal): -4346227 or 9285309. OLE color: 9285309.

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

Color convert

RGB 189 174 141 -
CMYK 0 0.08 0.25 0.26
HSL 41.25º 0.27% 0.65% -
HSV(B) 41.25º 0.25% 0.74% -
XYZ 40.93 43.01 31.34 -
YUV 174.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 189 174 141 0 0.08 0.25 0.26 41.25 0.27 0.65
Hex BD AE 8D 0 8 19 1A 29 1B 41
Octal 275 256 215 0 10 31 32 51 33 101
Binary 10111101 10101110 10001101 0 1000 11001 11010 101001 11011 1000001

Color Harmonies of #BDAE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE8D

Black with #BDAE8D

Text Example


Text Example

White with #BDAE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE8D; }

 p { color: rgb(189,174,141); }

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

background-color css

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

 a { background-color: rgb(189,174,141); }

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

border-color css

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

 span { border-color: rgb(189,174,141); }

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