Html Css Color HEX #BB8BAA Lily

📋 copy color: '#BB8BAA'

red 187 ◦ green 139 ◦ blue 170

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

Shades of Lily #BB8BAA

Tints of Lily #BB8BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.02%

 BLUE value IS 170 (66.8% from 255) = 34.27%

R = 37.7%
G = 28.02%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB8BAA (or 0xBB8BAA) is known color: Lily. HEX triplet: BB, 8B and AA. RGB value is (187,139,170). Sum of RGB (Red+Green+Blue) = 187+139+170=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8BAA is #447455. Grayscale: #9C9C9C. Windows color (decimal): -4486230 or 11176891. OLE color: 11176891.

HSL color Cylindrical-coordinate representation of color #BB8BAA: hue angle of 321.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8BAA is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 139 170 -
CMYK 0 0.26 0.09 0.27
HSL 321.25º 0.26% 0.64% -
HSV(B) 321.25º 0.26% 0.73% -
XYZ 36.98 31.93 42.24 -
YUV 156.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 187 139 170 0 0.26 0.09 0.27 321.25 0.26 0.64
Hex BB 8B AA 0 1A 9 1B 141 1A 40
Octal 273 213 252 0 32 11 33 501 32 100
Binary 10111011 10001011 10101010 0 11010 1001 11011 101000001 11010 1000000

Color Harmonies of #BB8BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8BAA

Black with #BB8BAA

Text Example


Text Example

White with #BB8BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8BAA; }

 p { color: rgb(187,139,170); }

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

background-color css

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

 a { background-color: rgb(187,139,170); }

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

border-color css

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

 span { border-color: rgb(187,139,170); }

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