Html Css Color HEX #BCAAB3 Lily

📋 copy color: '#BCAAB3'

red 188 ◦ green 170 ◦ blue 179

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

Shades of Lily #BCAAB3

Tints of Lily #BCAAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.33%

R = 35.01%
G = 31.66%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BCAAB3 (or 0xBCAAB3) is known color: Lily. HEX triplet: BC, AA and B3. RGB value is (188,170,179). Sum of RGB (Red+Green+Blue) = 188+170+179=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAB3 is #43554C. Grayscale: #B0B0B0. Windows color (decimal): -4412749 or 11774652. OLE color: 11774652.

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

Color convert

RGB 188 170 179 -
CMYK 0 0.10 0.05 0.26
HSL 330º 0.12% 0.7% -
HSV(B) 330º 0.1% 0.74% -
XYZ 43.25 42.7 48.61 -
YUV 176.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 188 170 179 0 0.10 0.05 0.26 330 0.12 0.7
Hex BC AA B3 0 A 5 1A 14A C 46
Octal 274 252 263 0 12 5 32 512 14 106
Binary 10111100 10101010 10110011 0 1010 101 11010 101001010 1100 1000110

Color Harmonies of #BCAAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAB3

Black with #BCAAB3

Text Example


Text Example

White with #BCAAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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