Html Css Color HEX #BC92AF Lily

📋 copy color: '#BC92AF'

red 188 ◦ green 146 ◦ blue 175

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

Shades of Lily #BC92AF

Tints of Lily #BC92AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 36.94%
G = 28.68%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC92AF (or 0xBC92AF) is known color: Lily. HEX triplet: BC, 92 and AF. RGB value is (188,146,175). Sum of RGB (Red+Green+Blue) = 188+146+175=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92AF is #436D50. Grayscale: #A1A1A1. Windows color (decimal): -4418897 or 11506364. OLE color: 11506364.

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

Color convert

RGB 188 146 175 -
CMYK 0 0.22 0.07 0.26
HSL 318.57º 0.24% 0.65% -
HSV(B) 318.57º 0.22% 0.74% -
XYZ 38.76 34.34 45.14 -
YUV 161.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 188 146 175 0 0.22 0.07 0.26 318.57 0.24 0.65
Hex BC 92 AF 0 16 7 1A 13F 18 41
Octal 274 222 257 0 26 7 32 477 30 101
Binary 10111100 10010010 10101111 0 10110 111 11010 100111111 11000 1000001

Color Harmonies of #BC92AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92AF

Black with #BC92AF

Text Example


Text Example

White with #BC92AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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