Html Css Color HEX #BCAB8E Pavlova

📋 copy color: '#BCAB8E'

red 188 ◦ green 171 ◦ blue 142

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

Shades of Pavlova #BCAB8E

Tints of Pavlova #BCAB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.13%

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

R = 37.52%
G = 34.13%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BCAB8E (or 0xBCAB8E) is known color: Pavlova. HEX triplet: BC, AB and 8E. RGB value is (188,171,142). Sum of RGB (Red+Green+Blue) = 188+171+142=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB8E is #435471. Grayscale: #ACACAC. Windows color (decimal): -4412530 or 9350076. OLE color: 9350076.

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

Color convert

RGB 188 171 142 -
CMYK 0 0.09 0.24 0.26
HSL 37.83º 0.26% 0.65% -
HSV(B) 37.83º 0.24% 0.74% -
XYZ 40.18 41.77 31.54 -
YUV 172.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 188 171 142 0 0.09 0.24 0.26 37.83 0.26 0.65
Hex BC AB 8E 0 9 18 1A 26 1A 41
Octal 274 253 216 0 11 30 32 46 32 101
Binary 10111100 10101011 10001110 0 1001 11000 11010 100110 11010 1000001

Color Harmonies of #BCAB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB8E

Black with #BCAB8E

Text Example


Text Example

White with #BCAB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB8E; }

 p { color: rgb(188,171,142); }

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

background-color css

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

 a { background-color: rgb(188,171,142); }

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

border-color css

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

 span { border-color: rgb(188,171,142); }

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