Html Css Color HEX #BC8BA5 Lily

📋 copy color: '#BC8BA5'

red 188 ◦ green 139 ◦ blue 165

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

Shades of Lily #BC8BA5

Tints of Lily #BC8BA5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.25%

 BLUE value IS 165 (64.84% from 255) = 33.54%

R = 38.21%
G = 28.25%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC8BA5 (or 0xBC8BA5) is known color: Lily. HEX triplet: BC, 8B and A5. RGB value is (188,139,165). Sum of RGB (Red+Green+Blue) = 188+139+165=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BA5 is #43745A. Grayscale: #9C9C9C. Windows color (decimal): -4420699 or 10849212. OLE color: 10849212.

HSL color Cylindrical-coordinate representation of color #BC8BA5: hue angle of 328.16º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8BA5 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 139 165 -
CMYK 0 0.26 0.12 0.26
HSL 328.16º 0.27% 0.64% -
HSV(B) 328.16º 0.26% 0.74% -
XYZ 36.76 31.87 39.81 -
YUV 156.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 188 139 165 0 0.26 0.12 0.26 328.16 0.27 0.64
Hex BC 8B A5 0 1A C 1A 148 1B 40
Octal 274 213 245 0 32 14 32 510 33 100
Binary 10111100 10001011 10100101 0 11010 1100 11010 101001000 11011 1000000

Color Harmonies of #BC8BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8BA5

Black with #BC8BA5

Text Example


Text Example

White with #BC8BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8BA5; }

 p { color: rgb(188,139,165); }

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

background-color css

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

 a { background-color: rgb(188,139,165); }

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

border-color css

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

 span { border-color: rgb(188,139,165); }

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