Html Css Color HEX #BB9FB0 Lily

📋 copy color: '#BB9FB0'

red 187 ◦ green 159 ◦ blue 176

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

Shades of Lily #BB9FB0

Tints of Lily #BB9FB0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.46%

 BLUE value IS 176 (69.14% from 255) = 33.72%

R = 35.82%
G = 30.46%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB9FB0 (or 0xBB9FB0) is known color: Lily. HEX triplet: BB, 9F and B0. RGB value is (187,159,176). Sum of RGB (Red+Green+Blue) = 187+159+176=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9FB0 is #44604F. Grayscale: #A9A9A9. Windows color (decimal): -4481104 or 11575227. OLE color: 11575227.

HSL color Cylindrical-coordinate representation of color #BB9FB0: hue angle of 323.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BB9FB0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 176 -
CMYK 0 0.15 0.06 0.27
HSL 323.57º 0.17% 0.68% -
HSV(B) 323.57º 0.15% 0.73% -
XYZ 40.73 38.5 46.36 -
YUV 169.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 187 159 176 0 0.15 0.06 0.27 323.57 0.17 0.68
Hex BB 9F B0 0 F 6 1B 144 11 44
Octal 273 237 260 0 17 6 33 504 21 104
Binary 10111011 10011111 10110000 0 1111 110 11011 101000100 10001 1000100

Color Harmonies of #BB9FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FB0

Black with #BB9FB0

Text Example


Text Example

White with #BB9FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FB0; }

 p { color: rgb(187,159,176); }

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

background-color css

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

 a { background-color: rgb(187,159,176); }

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

border-color css

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

 span { border-color: rgb(187,159,176); }

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