Html Css Color HEX #BC92AD Lily

📋 copy color: '#BC92AD'

red 188 ◦ green 146 ◦ blue 173

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

Shades of Lily #BC92AD

Tints of Lily #BC92AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.8%

 BLUE value IS 173 (67.97% from 255) = 34.12%

R = 37.08%
G = 28.8%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC92AD (or 0xBC92AD) is known color: Lily. HEX triplet: BC, 92 and AD. RGB value is (188,146,173). Sum of RGB (Red+Green+Blue) = 188+146+173=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92AD is #436D52. Grayscale: #A1A1A1. Windows color (decimal): -4418899 or 11375292. OLE color: 11375292.

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

Color convert

RGB 188 146 173 -
CMYK 0 0.22 0.08 0.26
HSL 321.43º 0.24% 0.65% -
HSV(B) 321.43º 0.22% 0.74% -
XYZ 38.56 34.27 44.12 -
YUV 161.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 188 146 173 0 0.22 0.08 0.26 321.43 0.24 0.65
Hex BC 92 AD 0 16 8 1A 141 18 41
Octal 274 222 255 0 26 10 32 501 30 101
Binary 10111100 10010010 10101101 0 10110 1000 11010 101000001 11000 1000001

Color Harmonies of #BC92AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92AD

Black with #BC92AD

Text Example


Text Example

White with #BC92AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92AD; }

 p { color: rgb(188,146,173); }

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

background-color css

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

 a { background-color: rgb(188,146,173); }

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

border-color css

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

 span { border-color: rgb(188,146,173); }

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