Html Css Color HEX #BDAE8A Pavlova

📋 copy color: '#BDAE8A'

red 189 ◦ green 174 ◦ blue 138

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

Shades of Pavlova #BDAE8A

Tints of Pavlova #BDAE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.54%

R = 37.72%
G = 34.73%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BDAE8A (or 0xBDAE8A) is known color: Pavlova. HEX triplet: BD, AE and 8A. RGB value is (189,174,138). Sum of RGB (Red+Green+Blue) = 189+174+138=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE8A is #425175. Grayscale: #AEAEAE. Windows color (decimal): -4346230 or 9088701. OLE color: 9088701.

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

Color convert

RGB 189 174 138 -
CMYK 0 0.08 0.27 0.26
HSL 42.35º 0.28% 0.64% -
HSV(B) 42.35º 0.27% 0.74% -
XYZ 40.71 42.93 30.18 -
YUV 174.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 189 174 138 0 0.08 0.27 0.26 42.35 0.28 0.64
Hex BD AE 8A 0 8 1B 1A 2A 1C 40
Octal 275 256 212 0 10 33 32 52 34 100
Binary 10111101 10101110 10001010 0 1000 11011 11010 101010 11100 1000000

Color Harmonies of #BDAE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE8A

Black with #BDAE8A

Text Example


Text Example

White with #BDAE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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