Html Css Color HEX #BB9BAF Lily

📋 copy color: '#BB9BAF'

red 187 ◦ green 155 ◦ blue 175

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

Shades of Lily #BB9BAF

Tints of Lily #BB9BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.98%

 BLUE value IS 175 (68.75% from 255) = 33.85%

R = 36.17%
G = 29.98%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB9BAF (or 0xBB9BAF) is known color: Lily. HEX triplet: BB, 9B and AF. RGB value is (187,155,175). Sum of RGB (Red+Green+Blue) = 187+155+175=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9BAF is #446450. Grayscale: #A6A6A6. Windows color (decimal): -4482129 or 11508667. OLE color: 11508667.

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

Color convert

RGB 187 155 175 -
CMYK 0 0.17 0.06 0.27
HSL 322.5º 0.19% 0.67% -
HSV(B) 322.5º 0.17% 0.73% -
XYZ 39.95 37.1 45.61 -
YUV 166.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 187 155 175 0 0.17 0.06 0.27 322.5 0.19 0.67
Hex BB 9B AF 0 11 6 1B 142 13 43
Octal 273 233 257 0 21 6 33 502 23 103
Binary 10111011 10011011 10101111 0 10001 110 11011 101000010 10011 1000011

Color Harmonies of #BB9BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BAF

Black with #BB9BAF

Text Example


Text Example

White with #BB9BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BAF; }

 p { color: rgb(187,155,175); }

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

background-color css

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

 a { background-color: rgb(187,155,175); }

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

border-color css

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

 span { border-color: rgb(187,155,175); }

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