Html Css Color HEX #BBA9B6 Lily

📋 copy color: '#BBA9B6'

red 187 ◦ green 169 ◦ blue 182

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

Shades of Lily #BBA9B6

Tints of Lily #BBA9B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.83%

R = 34.76%
G = 31.41%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BBA9B6 (or 0xBBA9B6) is known color: Lily. HEX triplet: BB, A9 and B6. RGB value is (187,169,182). Sum of RGB (Red+Green+Blue) = 187+169+182=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA9B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9B6 is #445649. Grayscale: #AFAFAF. Windows color (decimal): -4478538 or 11971003. OLE color: 11971003.

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

Color convert

RGB 187 169 182 -
CMYK 0 0.10 0.03 0.27
HSL 316.67º 0.12% 0.7% -
HSV(B) 316.67º 0.1% 0.73% -
XYZ 43.12 42.32 50.15 -
YUV 175.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 187 169 182 0 0.10 0.03 0.27 316.67 0.12 0.7
Hex BB A9 B6 0 A 3 1B 13D C 46
Octal 273 251 266 0 12 3 33 475 14 106
Binary 10111011 10101001 10110110 0 1010 11 11011 100111101 1100 1000110

Color Harmonies of #BBA9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9B6

Black with #BBA9B6

Text Example


Text Example

White with #BBA9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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