Html Css Color HEX #BCAAB7 Lily

📋 copy color: '#BCAAB7'

red 188 ◦ green 170 ◦ blue 183

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

Shades of Lily #BCAAB7

Tints of Lily #BCAAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.83%

R = 34.75%
G = 31.42%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BCAAB7 (or 0xBCAAB7) is known color: Lily. HEX triplet: BC, AA and B7. RGB value is (188,170,183). Sum of RGB (Red+Green+Blue) = 188+170+183=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAB7 is #435548. Grayscale: #B0B0B0. Windows color (decimal): -4412745 or 12036796. OLE color: 12036796.

HSL color Cylindrical-coordinate representation of color #BCAAB7: hue angle of 316.67º 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 #BCAAB7 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 183 -
CMYK 0 0.10 0.03 0.26
HSL 316.67º 0.12% 0.7% -
HSV(B) 316.67º 0.1% 0.74% -
XYZ 43.66 42.86 50.77 -
YUV 176.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 188 170 183 0 0.10 0.03 0.26 316.67 0.12 0.7
Hex BC AA B7 0 A 3 1A 13D C 46
Octal 274 252 267 0 12 3 32 475 14 106
Binary 10111100 10101010 10110111 0 1010 11 11010 100111101 1100 1000110

Color Harmonies of #BCAAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAB7

Black with #BCAAB7

Text Example


Text Example

White with #BCAAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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