Html Css Color HEX #BB92AF Lily

📋 copy color: '#BB92AF'

red 187 ◦ green 146 ◦ blue 175

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

Shades of Lily #BB92AF

Tints of Lily #BB92AF

RGB

 RED value IS 187 (73.44% from 255) = 36.81%

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

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

R = 36.81%
G = 28.74%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB92AF (or 0xBB92AF) is known color: Lily. HEX triplet: BB, 92 and AF. RGB value is (187,146,175). Sum of RGB (Red+Green+Blue) = 187+146+175=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BB92AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB92AF is #446D50. Grayscale: #A1A1A1. Windows color (decimal): -4484433 or 11506363. OLE color: 11506363.

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

Color convert

RGB 187 146 175 -
CMYK 0 0.22 0.06 0.27
HSL 317.56º 0.23% 0.65% -
HSV(B) 317.56º 0.22% 0.73% -
XYZ 38.51 34.22 45.13 -
YUV 161.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 187 146 175 0 0.22 0.06 0.27 317.56 0.23 0.65
Hex BB 92 AF 0 16 6 1B 13E 17 41
Octal 273 222 257 0 26 6 33 476 27 101
Binary 10111011 10010010 10101111 0 10110 110 11011 100111110 10111 1000001

Color Harmonies of #BB92AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB92AF

Black with #BB92AF

Text Example


Text Example

White with #BB92AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB92AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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