Html Css Color HEX #BDAE8B Pavlova

📋 copy color: '#BDAE8B'

red 189 ◦ green 174 ◦ blue 139

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

Shades of Pavlova #BDAE8B

Tints of Pavlova #BDAE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.69%

R = 37.65%
G = 34.66%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BDAE8B (or 0xBDAE8B) is known color: Pavlova. HEX triplet: BD, AE and 8B. RGB value is (189,174,139). Sum of RGB (Red+Green+Blue) = 189+174+139=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE8B is #425174. Grayscale: #AEAEAE. Windows color (decimal): -4346229 or 9154237. OLE color: 9154237.

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

Color convert

RGB 189 174 139 -
CMYK 0 0.08 0.26 0.26
HSL 42º 0.27% 0.64% -
HSV(B) 42º 0.26% 0.74% -
XYZ 40.78 42.96 30.57 -
YUV 174.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 189 174 139 0 0.08 0.26 0.26 42 0.27 0.64
Hex BD AE 8B 0 8 1A 1A 2A 1B 40
Octal 275 256 213 0 10 32 32 52 33 100
Binary 10111101 10101110 10001011 0 1000 11010 11010 101010 11011 1000000

Color Harmonies of #BDAE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE8B

Black with #BDAE8B

Text Example


Text Example

White with #BDAE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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