Html Css Color HEX #BC92AA Lily

📋 copy color: '#BC92AA'

red 188 ◦ green 146 ◦ blue 170

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

Shades of Lily #BC92AA

Tints of Lily #BC92AA

RGB

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

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

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

R = 37.3%
G = 28.97%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC92AA (or 0xBC92AA) is known color: Lily. HEX triplet: BC, 92 and AA. RGB value is (188,146,170). Sum of RGB (Red+Green+Blue) = 188+146+170=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92AA is #436D55. Grayscale: #A1A1A1. Windows color (decimal): -4418902 or 11178684. OLE color: 11178684.

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

Color convert

RGB 188 146 170 -
CMYK 0 0.22 0.10 0.26
HSL 325.71º 0.24% 0.65% -
HSV(B) 325.71º 0.22% 0.74% -
XYZ 38.27 34.15 42.6 -
YUV 161.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 188 146 170 0 0.22 0.10 0.26 325.71 0.24 0.65
Hex BC 92 AA 0 16 A 1A 146 18 41
Octal 274 222 252 0 26 12 32 506 30 101
Binary 10111100 10010010 10101010 0 10110 1010 11010 101000110 11000 1000001

Color Harmonies of #BC92AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92AA

Black with #BC92AA

Text Example


Text Example

White with #BC92AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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