Html Css Color HEX #BBA8B7 Lily

📋 copy color: '#BBA8B7'

red 187 ◦ green 168 ◦ blue 183

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

Shades of Lily #BBA8B7

Tints of Lily #BBA8B7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.23%

 BLUE value IS 183 (71.88% from 255) = 34.01%

R = 34.76%
G = 31.23%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BBA8B7 (or 0xBBA8B7) is known color: Lily. HEX triplet: BB, A8 and B7. RGB value is (187,168,183). Sum of RGB (Red+Green+Blue) = 187+168+183=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8B7 is #445748. Grayscale: #AFAFAF. Windows color (decimal): -4478793 or 12036283. OLE color: 12036283.

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

Color convert

RGB 187 168 183 -
CMYK 0 0.10 0.02 0.27
HSL 312.63º 0.12% 0.7% -
HSV(B) 312.63º 0.1% 0.73% -
XYZ 43.04 41.99 50.64 -
YUV 175.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 187 168 183 0 0.10 0.02 0.27 312.63 0.12 0.7
Hex BB A8 B7 0 A 2 1B 139 C 46
Octal 273 250 267 0 12 2 33 471 14 106
Binary 10111011 10101000 10110111 0 1010 10 11011 100111001 1100 1000110

Color Harmonies of #BBA8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8B7

Black with #BBA8B7

Text Example


Text Example

White with #BBA8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8B7; }

 p { color: rgb(187,168,183); }

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

background-color css

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

 a { background-color: rgb(187,168,183); }

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

border-color css

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

 span { border-color: rgb(187,168,183); }

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