Html Css Color HEX #BBA0B6 Lily

📋 copy color: '#BBA0B6'

red 187 ◦ green 160 ◦ blue 182

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

Shades of Lily #BBA0B6

Tints of Lily #BBA0B6

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.25%

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

R = 35.35%
G = 30.25%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BBA0B6 (or 0xBBA0B6) is known color: Lily. HEX triplet: BB, A0 and B6. RGB value is (187,160,182). Sum of RGB (Red+Green+Blue) = 187+160+182=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0B6 is #445F49. Grayscale: #AAAAAA. Windows color (decimal): -4480842 or 11968699. OLE color: 11968699.

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

Color convert

RGB 187 160 182 -
CMYK 0 0.14 0.03 0.27
HSL 311.11º 0.17% 0.68% -
HSV(B) 311.11º 0.14% 0.73% -
XYZ 41.51 39.08 49.61 -
YUV 170.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 187 160 182 0 0.14 0.03 0.27 311.11 0.17 0.68
Hex BB A0 B6 0 E 3 1B 137 11 44
Octal 273 240 266 0 16 3 33 467 21 104
Binary 10111011 10100000 10110110 0 1110 11 11011 100110111 10001 1000100

Color Harmonies of #BBA0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0B6

Black with #BBA0B6

Text Example


Text Example

White with #BBA0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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