Html Css Color HEX #BC8AAA Lily

📋 copy color: '#BC8AAA'

red 188 ◦ green 138 ◦ blue 170

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

Shades of Lily #BC8AAA

Tints of Lily #BC8AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.82%

 BLUE value IS 170 (66.8% from 255) = 34.27%

R = 37.9%
G = 27.82%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC8AAA (or 0xBC8AAA) is known color: Lily. HEX triplet: BC, 8A and AA. RGB value is (188,138,170). Sum of RGB (Red+Green+Blue) = 188+138+170=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8AAA is #437555. Grayscale: #9C9C9C. Windows color (decimal): -4420950 or 11176636. OLE color: 11176636.

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

Color convert

RGB 188 138 170 -
CMYK 0 0.27 0.10 0.26
HSL 321.6º 0.27% 0.64% -
HSV(B) 321.6º 0.27% 0.74% -
XYZ 37.08 31.77 42.21 -
YUV 156.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 188 138 170 0 0.27 0.10 0.26 321.6 0.27 0.64
Hex BC 8A AA 0 1B A 1A 142 1B 40
Octal 274 212 252 0 33 12 32 502 33 100
Binary 10111100 10001010 10101010 0 11011 1010 11010 101000010 11011 1000000

Color Harmonies of #BC8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8AAA

Black with #BC8AAA

Text Example


Text Example

White with #BC8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8AAA; }

 p { color: rgb(188,138,170); }

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

background-color css

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

 a { background-color: rgb(188,138,170); }

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

border-color css

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

 span { border-color: rgb(188,138,170); }

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