Html Css Color HEX #BBA0B4 Lily

📋 copy color: '#BBA0B4'

red 187 ◦ green 160 ◦ blue 180

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

Shades of Lily #BBA0B4

Tints of Lily #BBA0B4

RGB

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

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

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

R = 35.48%
G = 30.36%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BBA0B4 (or 0xBBA0B4) is known color: Lily. HEX triplet: BB, A0 and B4. RGB value is (187,160,180). Sum of RGB (Red+Green+Blue) = 187+160+180=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0B4 is #445F4B. Grayscale: #AAAAAA. Windows color (decimal): -4480844 or 11837627. OLE color: 11837627.

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

Color convert

RGB 187 160 180 -
CMYK 0 0.14 0.04 0.27
HSL 315.56º 0.17% 0.68% -
HSV(B) 315.56º 0.14% 0.73% -
XYZ 41.3 39 48.53 -
YUV 170.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 187 160 180 0 0.14 0.04 0.27 315.56 0.17 0.68
Hex BB A0 B4 0 E 4 1B 13C 11 44
Octal 273 240 264 0 16 4 33 474 21 104
Binary 10111011 10100000 10110100 0 1110 100 11011 100111100 10001 1000100

Color Harmonies of #BBA0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0B4

Black with #BBA0B4

Text Example


Text Example

White with #BBA0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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