Html Css Color HEX #BDAE8E Pavlova

📋 copy color: '#BDAE8E'

red 189 ◦ green 174 ◦ blue 142

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

Shades of Pavlova #BDAE8E

Tints of Pavlova #BDAE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.12%

R = 37.43%
G = 34.46%
B = 28.12%

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

#BDAE8E (or 0xBDAE8E) is known color: Pavlova. HEX triplet: BD, AE and 8E. RGB value is (189,174,142). Sum of RGB (Red+Green+Blue) = 189+174+142=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE8E is #425171. Grayscale: #AEAEAE. Windows color (decimal): -4346226 or 9350845. OLE color: 9350845.

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

Color convert

RGB 189 174 142 -
CMYK 0 0.08 0.25 0.26
HSL 40.85º 0.26% 0.65% -
HSV(B) 40.85º 0.25% 0.74% -
XYZ 41 43.04 31.74 -
YUV 174.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 189 174 142 0 0.08 0.25 0.26 40.85 0.26 0.65
Hex BD AE 8E 0 8 19 1A 29 1A 41
Octal 275 256 216 0 10 31 32 51 32 101
Binary 10111101 10101110 10001110 0 1000 11001 11010 101001 11010 1000001

Color Harmonies of #BDAE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE8E

Black with #BDAE8E

Text Example


Text Example

White with #BDAE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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