Html Css Color HEX #B992AC Lily

📋 copy color: '#B992AC'

red 185 ◦ green 146 ◦ blue 172

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

Shades of Lily #B992AC

Tints of Lily #B992AC

RGB

 RED value IS 185 (72.66% from 255) = 36.78%

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

 BLUE value IS 172 (67.58% from 255) = 34.19%

R = 36.78%
G = 29.03%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B992AC (or 0xB992AC) is known color: Lily. HEX triplet: B9, 92 and AC. RGB value is (185,146,172). Sum of RGB (Red+Green+Blue) = 185+146+172=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B992AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B992AC is #466D53. Grayscale: #A0A0A0. Windows color (decimal): -4615508 or 11309753. OLE color: 11309753.

HSL color Cylindrical-coordinate representation of color #B992AC: hue angle of 320º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B992AC is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 146 172 -
CMYK 0 0.21 0.07 0.27
HSL 320º 0.22% 0.65% -
HSV(B) 320º 0.21% 0.73% -
XYZ 37.73 33.85 43.57 -
YUV 160.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 185 146 172 0 0.21 0.07 0.27 320 0.22 0.65
Hex B9 92 AC 0 15 7 1B 140 16 41
Octal 271 222 254 0 25 7 33 500 26 101
Binary 10111001 10010010 10101100 0 10101 111 11011 101000000 10110 1000001

Color Harmonies of #B992AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992AC

Black with #B992AC

Text Example


Text Example

White with #B992AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992AC; }

 p { color: rgb(185,146,172); }

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

background-color css

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

 a { background-color: rgb(185,146,172); }

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

border-color css

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

 span { border-color: rgb(185,146,172); }

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