Html Css Color HEX #BBA7AF Lily

📋 copy color: '#BBA7AF'

red 187 ◦ green 167 ◦ blue 175

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

Shades of Lily #BBA7AF

Tints of Lily #BBA7AF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.57%

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

R = 35.35%
G = 31.57%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BBA7AF (or 0xBBA7AF) is known color: Lily. HEX triplet: BB, A7 and AF. RGB value is (187,167,175). Sum of RGB (Red+Green+Blue) = 187+167+175=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA7AF is #445850. Grayscale: #ADADAD. Windows color (decimal): -4479057 or 11511739. OLE color: 11511739.

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

Color convert

RGB 187 167 175 -
CMYK 0 0.11 0.06 0.27
HSL 336º 0.13% 0.69% -
HSV(B) 336º 0.11% 0.73% -
XYZ 42.05 41.3 46.31 -
YUV 173.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 187 167 175 0 0.11 0.06 0.27 336 0.13 0.69
Hex BB A7 AF 0 B 6 1B 150 D 45
Octal 273 247 257 0 13 6 33 520 15 105
Binary 10111011 10100111 10101111 0 1011 110 11011 101010000 1101 1000101

Color Harmonies of #BBA7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7AF

Black with #BBA7AF

Text Example


Text Example

White with #BBA7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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