Html Css Color HEX #BCAE8F Pavlova

📋 copy color: '#BCAE8F'

red 188 ◦ green 174 ◦ blue 143

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

Shades of Pavlova #BCAE8F

Tints of Pavlova #BCAE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.32%

R = 37.23%
G = 34.46%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BCAE8F (or 0xBCAE8F) is known color: Pavlova. HEX triplet: BC, AE and 8F. RGB value is (188,174,143). Sum of RGB (Red+Green+Blue) = 188+174+143=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE8F is #435170. Grayscale: #AEAEAE. Windows color (decimal): -4411761 or 9416380. OLE color: 9416380.

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

Color convert

RGB 188 174 143 -
CMYK 0 0.07 0.24 0.26
HSL 41.33º 0.25% 0.65% -
HSV(B) 41.33º 0.24% 0.74% -
XYZ 40.83 42.95 32.12 -
YUV 174.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 188 174 143 0 0.07 0.24 0.26 41.33 0.25 0.65
Hex BC AE 8F 0 7 18 1A 29 19 41
Octal 274 256 217 0 7 30 32 51 31 101
Binary 10111100 10101110 10001111 0 111 11000 11010 101001 11001 1000001

Color Harmonies of #BCAE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE8F

Black with #BCAE8F

Text Example


Text Example

White with #BCAE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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