Html Css Color HEX #BBA6AF Lily

📋 copy color: '#BBA6AF'

red 187 ◦ green 166 ◦ blue 175

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

Shades of Lily #BBA6AF

Tints of Lily #BBA6AF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.44%

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

R = 35.42%
G = 31.44%
B = 33.14%

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

#BBA6AF (or 0xBBA6AF) is known color: Lily. HEX triplet: BB, A6 and AF. RGB value is (187,166,175). Sum of RGB (Red+Green+Blue) = 187+166+175=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA6AF is #445950. Grayscale: #ADADAD. Windows color (decimal): -4479313 or 11511483. OLE color: 11511483.

HSL color Cylindrical-coordinate representation of color #BBA6AF: hue angle of 334.29º 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 #BBA6AF is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 166 175 -
CMYK 0 0.11 0.06 0.27
HSL 334.29º 0.13% 0.69% -
HSV(B) 334.29º 0.11% 0.73% -
XYZ 41.87 40.93 46.25 -
YUV 173.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 187 166 175 0 0.11 0.06 0.27 334.29 0.13 0.69
Hex BB A6 AF 0 B 6 1B 14E D 45
Octal 273 246 257 0 13 6 33 516 15 105
Binary 10111011 10100110 10101111 0 1011 110 11011 101001110 1101 1000101

Color Harmonies of #BBA6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6AF

Black with #BBA6AF

Text Example


Text Example

White with #BBA6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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