Html Css Color HEX #BC8FAA Lily

📋 copy color: '#BC8FAA'

red 188 ◦ green 143 ◦ blue 170

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

Shades of Lily #BC8FAA

Tints of Lily #BC8FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.54%

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

R = 37.52%
G = 28.54%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC8FAA (or 0xBC8FAA) is known color: Lily. HEX triplet: BC, 8F and AA. RGB value is (188,143,170). Sum of RGB (Red+Green+Blue) = 188+143+170=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8FAA is #437055. Grayscale: #9F9F9F. Windows color (decimal): -4419670 or 11177916. OLE color: 11177916.

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

Color convert

RGB 188 143 170 -
CMYK 0 0.24 0.10 0.26
HSL 324º 0.25% 0.65% -
HSV(B) 324º 0.24% 0.74% -
XYZ 37.82 33.24 42.45 -
YUV 159.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 188 143 170 0 0.24 0.10 0.26 324 0.25 0.65
Hex BC 8F AA 0 18 A 1A 144 19 41
Octal 274 217 252 0 30 12 32 504 31 101
Binary 10111100 10001111 10101010 0 11000 1010 11010 101000100 11001 1000001

Color Harmonies of #BC8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FAA

Black with #BC8FAA

Text Example


Text Example

White with #BC8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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