Html Css Color HEX #BBA2AF Lily

📋 copy color: '#BBA2AF'

red 187 ◦ green 162 ◦ blue 175

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

Shades of Lily #BBA2AF

Tints of Lily #BBA2AF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.92%

 BLUE value IS 175 (68.75% from 255) = 33.4%

R = 35.69%
G = 30.92%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BBA2AF (or 0xBBA2AF) is known color: Lily. HEX triplet: BB, A2 and AF. RGB value is (187,162,175). Sum of RGB (Red+Green+Blue) = 187+162+175=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA2AF is #445D50. Grayscale: #AAAAAA. Windows color (decimal): -4480337 or 11510459. OLE color: 11510459.

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

Color convert

RGB 187 162 175 -
CMYK 0 0.13 0.06 0.27
HSL 328.8º 0.16% 0.68% -
HSV(B) 328.8º 0.13% 0.73% -
XYZ 41.15 39.5 46.01 -
YUV 170.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 187 162 175 0 0.13 0.06 0.27 328.8 0.16 0.68
Hex BB A2 AF 0 D 6 1B 149 10 44
Octal 273 242 257 0 15 6 33 511 20 104
Binary 10111011 10100010 10101111 0 1101 110 11011 101001001 10000 1000100

Color Harmonies of #BBA2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2AF

Black with #BBA2AF

Text Example


Text Example

White with #BBA2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2AF; }

 p { color: rgb(187,162,175); }

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

background-color css

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

 a { background-color: rgb(187,162,175); }

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

border-color css

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

 span { border-color: rgb(187,162,175); }

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