Html Css Color HEX #BC92B1 Lily

📋 copy color: '#BC92B1'

red 188 ◦ green 146 ◦ blue 177

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

Shades of Lily #BC92B1

Tints of Lily #BC92B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.64%

R = 36.79%
G = 28.57%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC92B1 (or 0xBC92B1) is known color: Lily. HEX triplet: BC, 92 and B1. RGB value is (188,146,177). Sum of RGB (Red+Green+Blue) = 188+146+177=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92B1 is #436D4E. Grayscale: #A2A2A2. Windows color (decimal): -4418895 or 11637436. OLE color: 11637436.

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

Color convert

RGB 188 146 177 -
CMYK 0 0.22 0.06 0.26
HSL 315.71º 0.24% 0.65% -
HSV(B) 315.71º 0.22% 0.74% -
XYZ 38.95 34.42 46.19 -
YUV 162.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 188 146 177 0 0.22 0.06 0.26 315.71 0.24 0.65
Hex BC 92 B1 0 16 6 1A 13C 18 41
Octal 274 222 261 0 26 6 32 474 30 101
Binary 10111100 10010010 10110001 0 10110 110 11010 100111100 11000 1000001

Color Harmonies of #BC92B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92B1

Black with #BC92B1

Text Example


Text Example

White with #BC92B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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