Html Css Color HEX #BBA3AE Lily

📋 copy color: '#BBA3AE'

red 187 ◦ green 163 ◦ blue 174

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

Shades of Lily #BBA3AE

Tints of Lily #BBA3AE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.11%

 BLUE value IS 174 (68.36% from 255) = 33.21%

R = 35.69%
G = 31.11%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBA3AE (or 0xBBA3AE) is known color: Lily. HEX triplet: BB, A3 and AE. RGB value is (187,163,174). Sum of RGB (Red+Green+Blue) = 187+163+174=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA3AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA3AE is #445C51. Grayscale: #ABABAB. Windows color (decimal): -4480082 or 11445179. OLE color: 11445179.

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

Color convert

RGB 187 163 174 -
CMYK 0 0.13 0.07 0.27
HSL 332.5º 0.15% 0.69% -
HSV(B) 332.5º 0.13% 0.73% -
XYZ 41.23 39.82 45.56 -
YUV 171.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 187 163 174 0 0.13 0.07 0.27 332.5 0.15 0.69
Hex BB A3 AE 0 D 7 1B 14C F 45
Octal 273 243 256 0 15 7 33 514 17 105
Binary 10111011 10100011 10101110 0 1101 111 11011 101001100 1111 1000101

Color Harmonies of #BBA3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3AE

Black with #BBA3AE

Text Example


Text Example

White with #BBA3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3AE; }

 p { color: rgb(187,163,174); }

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

background-color css

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

 a { background-color: rgb(187,163,174); }

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

border-color css

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

 span { border-color: rgb(187,163,174); }

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