Html Css Color HEX #BBA5B5 Lily

📋 copy color: '#BBA5B5'

red 187 ◦ green 165 ◦ blue 181

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

Shades of Lily #BBA5B5

Tints of Lily #BBA5B5

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.96%

 BLUE value IS 181 (71.09% from 255) = 33.96%

R = 35.08%
G = 30.96%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BBA5B5 (or 0xBBA5B5) is known color: Lily. HEX triplet: BB, A5 and B5. RGB value is (187,165,181). Sum of RGB (Red+Green+Blue) = 187+165+181=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5B5 is #445A4A. Grayscale: #ADADAD. Windows color (decimal): -4479563 or 11904443. OLE color: 11904443.

HSL color Cylindrical-coordinate representation of color #BBA5B5: hue angle of 316.36º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBA5B5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 181 -
CMYK 0 0.12 0.03 0.27
HSL 316.36º 0.14% 0.69% -
HSV(B) 316.36º 0.12% 0.73% -
XYZ 42.29 40.81 49.36 -
YUV 173.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 187 165 181 0 0.12 0.03 0.27 316.36 0.14 0.69
Hex BB A5 B5 0 C 3 1B 13C E 45
Octal 273 245 265 0 14 3 33 474 16 105
Binary 10111011 10100101 10110101 0 1100 11 11011 100111100 1110 1000101

Color Harmonies of #BBA5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5B5

Black with #BBA5B5

Text Example


Text Example

White with #BBA5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5B5; }

 p { color: rgb(187,165,181); }

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

background-color css

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

 a { background-color: rgb(187,165,181); }

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

border-color css

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

 span { border-color: rgb(187,165,181); }

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