Html Css Color HEX #BBA4B5 Lily

📋 copy color: '#BBA4B5'

red 187 ◦ green 164 ◦ blue 181

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

Shades of Lily #BBA4B5

Tints of Lily #BBA4B5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.83%

 BLUE value IS 181 (71.09% from 255) = 34.02%

R = 35.15%
G = 30.83%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BBA4B5 (or 0xBBA4B5) is known color: Lily. HEX triplet: BB, A4 and B5. RGB value is (187,164,181). Sum of RGB (Red+Green+Blue) = 187+164+181=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4B5 is #445B4A. Grayscale: #ACACAC. Windows color (decimal): -4479819 or 11904187. OLE color: 11904187.

HSL color Cylindrical-coordinate representation of color #BBA4B5: hue angle of 315.65º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBA4B5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 181 -
CMYK 0 0.12 0.03 0.27
HSL 315.65º 0.14% 0.69% -
HSV(B) 315.65º 0.12% 0.73% -
XYZ 42.11 40.45 49.3 -
YUV 172.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 187 164 181 0 0.12 0.03 0.27 315.65 0.14 0.69
Hex BB A4 B5 0 C 3 1B 13C E 45
Octal 273 244 265 0 14 3 33 474 16 105
Binary 10111011 10100100 10110101 0 1100 11 11011 100111100 1110 1000101

Color Harmonies of #BBA4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4B5

Black with #BBA4B5

Text Example


Text Example

White with #BBA4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4B5; }

 p { color: rgb(187,164,181); }

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

background-color css

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

 a { background-color: rgb(187,164,181); }

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

border-color css

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

 span { border-color: rgb(187,164,181); }

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