Html Css Color HEX #BBA5B6 Lily

📋 copy color: '#BBA5B6'

red 187 ◦ green 165 ◦ blue 182

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

Shades of Lily #BBA5B6

Tints of Lily #BBA5B6

RGB

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

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

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

R = 35.02%
G = 30.9%
B = 34.08%

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

#BBA5B6 (or 0xBBA5B6) is known color: Lily. HEX triplet: BB, A5 and B6. RGB value is (187,165,182). Sum of RGB (Red+Green+Blue) = 187+165+182=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA5B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5B6 is #445A49. Grayscale: #ADADAD. Windows color (decimal): -4479562 or 11969979. OLE color: 11969979.

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

Color convert

RGB 187 165 182 -
CMYK 0 0.12 0.03 0.27
HSL 313.64º 0.14% 0.69% -
HSV(B) 313.64º 0.12% 0.73% -
XYZ 42.39 40.85 49.91 -
YUV 173.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 187 165 182 0 0.12 0.03 0.27 313.64 0.14 0.69
Hex BB A5 B6 0 C 3 1B 13A E 45
Octal 273 245 266 0 14 3 33 472 16 105
Binary 10111011 10100101 10110110 0 1100 11 11011 100111010 1110 1000101

Color Harmonies of #BBA5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5B6

Black with #BBA5B6

Text Example


Text Example

White with #BBA5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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