Html Css Color HEX #BCAAB5 Lily

📋 copy color: '#BCAAB5'

red 188 ◦ green 170 ◦ blue 181

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

Shades of Lily #BCAAB5

Tints of Lily #BCAAB5

RGB

 RED value IS 188 (73.83% from 255) = 34.88%

 GREEN value IS 170 (66.8% from 255) = 31.54%

 BLUE value IS 181 (71.09% from 255) = 33.58%

R = 34.88%
G = 31.54%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BCAAB5 (or 0xBCAAB5) is known color: Lily. HEX triplet: BC, AA and B5. RGB value is (188,170,181). Sum of RGB (Red+Green+Blue) = 188+170+181=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAB5 is #43554A. Grayscale: #B0B0B0. Windows color (decimal): -4412747 or 11905724. OLE color: 11905724.

HSL color Cylindrical-coordinate representation of color #BCAAB5: hue angle of 323.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCAAB5 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 181 -
CMYK 0 0.10 0.04 0.26
HSL 323.33º 0.12% 0.7% -
HSV(B) 323.33º 0.1% 0.74% -
XYZ 43.45 42.78 49.68 -
YUV 176.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 188 170 181 0 0.10 0.04 0.26 323.33 0.12 0.7
Hex BC AA B5 0 A 4 1A 143 C 46
Octal 274 252 265 0 12 4 32 503 14 106
Binary 10111100 10101010 10110101 0 1010 100 11010 101000011 1100 1000110

Color Harmonies of #BCAAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAB5

Black with #BCAAB5

Text Example


Text Example

White with #BCAAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAB5; }

 p { color: rgb(188,170,181); }

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

background-color css

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

 a { background-color: rgb(188,170,181); }

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

border-color css

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

 span { border-color: rgb(188,170,181); }

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