Html Css Color HEX #BBA9B3 Lily

📋 copy color: '#BBA9B3'

red 187 ◦ green 169 ◦ blue 179

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

Shades of Lily #BBA9B3

Tints of Lily #BBA9B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.46%

R = 34.95%
G = 31.59%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BBA9B3 (or 0xBBA9B3) is known color: Lily. HEX triplet: BB, A9 and B3. RGB value is (187,169,179). Sum of RGB (Red+Green+Blue) = 187+169+179=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9B3 is #44564C. Grayscale: #AFAFAF. Windows color (decimal): -4478541 or 11774395. OLE color: 11774395.

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

Color convert

RGB 187 169 179 -
CMYK 0 0.10 0.04 0.27
HSL 326.67º 0.12% 0.7% -
HSV(B) 326.67º 0.1% 0.73% -
XYZ 42.82 42.2 48.54 -
YUV 175.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 187 169 179 0 0.10 0.04 0.27 326.67 0.12 0.7
Hex BB A9 B3 0 A 4 1B 147 C 46
Octal 273 251 263 0 12 4 33 507 14 106
Binary 10111011 10101001 10110011 0 1010 100 11011 101000111 1100 1000110

Color Harmonies of #BBA9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9B3

Black with #BBA9B3

Text Example


Text Example

White with #BBA9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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