Html Css Color HEX #BB93AB Lily

📋 copy color: '#BB93AB'

red 187 ◦ green 147 ◦ blue 171

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

Shades of Lily #BB93AB

Tints of Lily #BB93AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.11%

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 37.03%
G = 29.11%
B = 33.86%

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

#BB93AB (or 0xBB93AB) is known color: Lily. HEX triplet: BB, 93 and AB. RGB value is (187,147,171). Sum of RGB (Red+Green+Blue) = 187+147+171=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BB93AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB93AB is #446C54. Grayscale: #A1A1A1. Windows color (decimal): -4484181 or 11244475. OLE color: 11244475.

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

Color convert

RGB 187 147 171 -
CMYK 0 0.21 0.09 0.27
HSL 324º 0.23% 0.65% -
HSV(B) 324º 0.21% 0.73% -
XYZ 38.28 34.37 43.15 -
YUV 161.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 187 147 171 0 0.21 0.09 0.27 324 0.23 0.65
Hex BB 93 AB 0 15 9 1B 144 17 41
Octal 273 223 253 0 25 11 33 504 27 101
Binary 10111011 10010011 10101011 0 10101 1001 11011 101000100 10111 1000001

Color Harmonies of #BB93AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB93AB

Black with #BB93AB

Text Example


Text Example

White with #BB93AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB93AB; }

 p { color: rgb(187,147,171); }

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

background-color css

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

 a { background-color: rgb(187,147,171); }

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

border-color css

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

 span { border-color: rgb(187,147,171); }

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