Html Css Color HEX #B992A8 Lily

📋 copy color: '#B992A8'

red 185 ◦ green 146 ◦ blue 168

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

Shades of Lily #B992A8

Tints of Lily #B992A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.67%

R = 37.07%
G = 29.26%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B992A8 (or 0xB992A8) is known color: Lily. HEX triplet: B9, 92 and A8. RGB value is (185,146,168). Sum of RGB (Red+Green+Blue) = 185+146+168=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B992A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B992A8 is #466D57. Grayscale: #A0A0A0. Windows color (decimal): -4615512 or 11047609. OLE color: 11047609.

HSL color Cylindrical-coordinate representation of color #B992A8: hue angle of 326.15º 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 #B992A8 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 146 168 -
CMYK 0 0.21 0.09 0.27
HSL 326.15º 0.22% 0.65% -
HSV(B) 326.15º 0.21% 0.73% -
XYZ 37.35 33.7 41.58 -
YUV 160.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 185 146 168 0 0.21 0.09 0.27 326.15 0.22 0.65
Hex B9 92 A8 0 15 9 1B 146 16 41
Octal 271 222 250 0 25 11 33 506 26 101
Binary 10111001 10010010 10101000 0 10101 1001 11011 101000110 10110 1000001

Color Harmonies of #B992A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992A8

Black with #B992A8

Text Example


Text Example

White with #B992A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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