Html Css Color HEX #BB8AAA Lily

📋 copy color: '#BB8AAA'

red 187 ◦ green 138 ◦ blue 170

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

Shades of Lily #BB8AAA

Tints of Lily #BB8AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.88%

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

R = 37.78%
G = 27.88%
B = 34.34%

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

#BB8AAA (or 0xBB8AAA) is known color: Lily. HEX triplet: BB, 8A and AA. RGB value is (187,138,170). Sum of RGB (Red+Green+Blue) = 187+138+170=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8AAA is #447555. Grayscale: #9C9C9C. Windows color (decimal): -4486486 or 11176635. OLE color: 11176635.

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

Color convert

RGB 187 138 170 -
CMYK 0 0.26 0.09 0.27
HSL 320.82º 0.26% 0.64% -
HSV(B) 320.82º 0.26% 0.73% -
XYZ 36.84 31.64 42.2 -
YUV 156.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 187 138 170 0 0.26 0.09 0.27 320.82 0.26 0.64
Hex BB 8A AA 0 1A 9 1B 141 1A 40
Octal 273 212 252 0 32 11 33 501 32 100
Binary 10111011 10001010 10101010 0 11010 1001 11011 101000001 11010 1000000

Color Harmonies of #BB8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8AAA

Black with #BB8AAA

Text Example


Text Example

White with #BB8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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