Html Css Color HEX #BBA9B4 Lily

📋 copy color: '#BBA9B4'

red 187 ◦ green 169 ◦ blue 180

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

Shades of Lily #BBA9B4

Tints of Lily #BBA9B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.58%

R = 34.89%
G = 31.53%
B = 33.58%

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

#BBA9B4 (or 0xBBA9B4) is known color: Lily. HEX triplet: BB, A9 and B4. RGB value is (187,169,180). Sum of RGB (Red+Green+Blue) = 187+169+180=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA9B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9B4 is #44564B. Grayscale: #AFAFAF. Windows color (decimal): -4478540 or 11839931. OLE color: 11839931.

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

Color convert

RGB 187 169 180 -
CMYK 0 0.10 0.04 0.27
HSL 323.33º 0.12% 0.7% -
HSV(B) 323.33º 0.1% 0.73% -
XYZ 42.92 42.24 49.07 -
YUV 175.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 187 169 180 0 0.10 0.04 0.27 323.33 0.12 0.7
Hex BB A9 B4 0 A 4 1B 143 C 46
Octal 273 251 264 0 12 4 33 503 14 106
Binary 10111011 10101001 10110100 0 1010 100 11011 101000011 1100 1000110

Color Harmonies of #BBA9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9B4

Black with #BBA9B4

Text Example


Text Example

White with #BBA9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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