Html Css Color HEX #BB8EA6 Lily

📋 copy color: '#BB8EA6'

red 187 ◦ green 142 ◦ blue 166

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

Shades of Lily #BB8EA6

Tints of Lily #BB8EA6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.69%

 BLUE value IS 166 (65.23% from 255) = 33.54%

R = 37.78%
G = 28.69%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB8EA6 (or 0xBB8EA6) is known color: Lily. HEX triplet: BB, 8E and A6. RGB value is (187,142,166). Sum of RGB (Red+Green+Blue) = 187+142+166=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8EA6 is #447159. Grayscale: #9E9E9E. Windows color (decimal): -4485466 or 10915515. OLE color: 10915515.

HSL color Cylindrical-coordinate representation of color #BB8EA6: hue angle of 328º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB8EA6 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 142 166 -
CMYK 0 0.24 0.11 0.27
HSL 328º 0.25% 0.65% -
HSV(B) 328º 0.24% 0.73% -
XYZ 37.05 32.66 40.43 -
YUV 158.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 187 142 166 0 0.24 0.11 0.27 328 0.25 0.65
Hex BB 8E A6 0 18 B 1B 148 19 41
Octal 273 216 246 0 30 13 33 510 31 101
Binary 10111011 10001110 10100110 0 11000 1011 11011 101001000 11001 1000001

Color Harmonies of #BB8EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8EA6

Black with #BB8EA6

Text Example


Text Example

White with #BB8EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8EA6; }

 p { color: rgb(187,142,166); }

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

background-color css

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

 a { background-color: rgb(187,142,166); }

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

border-color css

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

 span { border-color: rgb(187,142,166); }

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