Html Css Color HEX #BB8BAB Lily

📋 copy color: '#BB8BAB'

red 187 ◦ green 139 ◦ blue 171

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

Shades of Lily #BB8BAB

Tints of Lily #BB8BAB

RGB

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

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

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

R = 37.63%
G = 27.97%
B = 34.41%

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

#BB8BAB (or 0xBB8BAB) is known color: Lily. HEX triplet: BB, 8B and AB. RGB value is (187,139,171). Sum of RGB (Red+Green+Blue) = 187+139+171=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8BAB is #447454. Grayscale: #9C9C9C. Windows color (decimal): -4486229 or 11242427. OLE color: 11242427.

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

Color convert

RGB 187 139 171 -
CMYK 0 0.26 0.09 0.27
HSL 320º 0.26% 0.64% -
HSV(B) 320º 0.26% 0.73% -
XYZ 37.08 31.97 42.74 -
YUV 157 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 187 139 171 0 0.26 0.09 0.27 320 0.26 0.64
Hex BB 8B AB 0 1A 9 1B 140 1A 40
Octal 273 213 253 0 32 11 33 500 32 100
Binary 10111011 10001011 10101011 0 11010 1001 11011 101000000 11010 1000000

Color Harmonies of #BB8BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8BAB

Black with #BB8BAB

Text Example


Text Example

White with #BB8BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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