Html Css Color HEX #BCAAB0 Lily

📋 copy color: '#BCAAB0'

red 188 ◦ green 170 ◦ blue 176

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

Shades of Lily #BCAAB0

Tints of Lily #BCAAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.96%

R = 35.21%
G = 31.84%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BCAAB0 (or 0xBCAAB0) is known color: Lily. HEX triplet: BC, AA and B0. RGB value is (188,170,176). Sum of RGB (Red+Green+Blue) = 188+170+176=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAB0 is #43554F. Grayscale: #B0B0B0. Windows color (decimal): -4412752 or 11578044. OLE color: 11578044.

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

Color convert

RGB 188 170 176 -
CMYK 0 0.10 0.06 0.26
HSL 340º 0.12% 0.7% -
HSV(B) 340º 0.1% 0.74% -
XYZ 42.95 42.58 47.03 -
YUV 176.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 188 170 176 0 0.10 0.06 0.26 340 0.12 0.7
Hex BC AA B0 0 A 6 1A 154 C 46
Octal 274 252 260 0 12 6 32 524 14 106
Binary 10111100 10101010 10110000 0 1010 110 11010 101010100 1100 1000110

Color Harmonies of #BCAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAB0

Black with #BCAAB0

Text Example


Text Example

White with #BCAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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