Html Css Color HEX #BBA9AF Lily

📋 copy color: '#BBA9AF'

red 187 ◦ green 169 ◦ blue 175

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

Shades of Lily #BBA9AF

Tints of Lily #BBA9AF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.83%

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

R = 35.22%
G = 31.83%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BBA9AF (or 0xBBA9AF) is known color: Lily. HEX triplet: BB, A9 and AF. RGB value is (187,169,175). Sum of RGB (Red+Green+Blue) = 187+169+175=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA9AF is #445650. Grayscale: #AFAFAF. Windows color (decimal): -4478545 or 11512251. OLE color: 11512251.

HSL color Cylindrical-coordinate representation of color #BBA9AF: hue angle of 340º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBA9AF is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 175 -
CMYK 0 0.10 0.06 0.27
HSL 340º 0.12% 0.7% -
HSV(B) 340º 0.1% 0.73% -
XYZ 42.42 42.04 46.44 -
YUV 175.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 187 169 175 0 0.10 0.06 0.27 340 0.12 0.7
Hex BB A9 AF 0 A 6 1B 154 C 46
Octal 273 251 257 0 12 6 33 524 14 106
Binary 10111011 10101001 10101111 0 1010 110 11011 101010100 1100 1000110

Color Harmonies of #BBA9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9AF

Black with #BBA9AF

Text Example


Text Example

White with #BBA9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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