Html Css Color HEX #BCAE89 Pavlova

📋 copy color: '#BCAE89'

red 188 ◦ green 174 ◦ blue 137

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

Shades of Pavlova #BCAE89

Tints of Pavlova #BCAE89

RGB

 RED value IS 188 (73.83% from 255) = 37.68%

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

 BLUE value IS 137 (53.91% from 255) = 27.45%

R = 37.68%
G = 34.87%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCAE89 (or 0xBCAE89) is known color: Pavlova. HEX triplet: BC, AE and 89. RGB value is (188,174,137). Sum of RGB (Red+Green+Blue) = 188+174+137=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE89 is #435176. Grayscale: #AEAEAE. Windows color (decimal): -4411767 or 9023164. OLE color: 9023164.

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

Color convert

RGB 188 174 137 -
CMYK 0 0.07 0.27 0.26
HSL 43.53º 0.28% 0.64% -
HSV(B) 43.53º 0.27% 0.74% -
XYZ 40.39 42.77 29.79 -
YUV 173.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 188 174 137 0 0.07 0.27 0.26 43.53 0.28 0.64
Hex BC AE 89 0 7 1B 1A 2C 1C 40
Octal 274 256 211 0 7 33 32 54 34 100
Binary 10111100 10101110 10001001 0 111 11011 11010 101100 11100 1000000

Color Harmonies of #BCAE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE89

Black with #BCAE89

Text Example


Text Example

White with #BCAE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE89; }

 p { color: rgb(188,174,137); }

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

background-color css

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

 a { background-color: rgb(188,174,137); }

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

border-color css

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

 span { border-color: rgb(188,174,137); }

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