Html Css Color HEX #BCA6AF Lily

📋 copy color: '#BCA6AF'

red 188 ◦ green 166 ◦ blue 175

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

Shades of Lily #BCA6AF

Tints of Lily #BCA6AF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.38%

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 35.54%
G = 31.38%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BCA6AF (or 0xBCA6AF) is known color: Lily. HEX triplet: BC, A6 and AF. RGB value is (188,166,175). Sum of RGB (Red+Green+Blue) = 188+166+175=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6AF is #435950. Grayscale: #ADADAD. Windows color (decimal): -4413777 or 11511484. OLE color: 11511484.

HSL color Cylindrical-coordinate representation of color #BCA6AF: hue angle of 335.45º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCA6AF is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 175 -
CMYK 0 0.12 0.07 0.26
HSL 335.45º 0.14% 0.69% -
HSV(B) 335.45º 0.12% 0.74% -
XYZ 42.11 41.06 46.26 -
YUV 173.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 188 166 175 0 0.12 0.07 0.26 335.45 0.14 0.69
Hex BC A6 AF 0 C 7 1A 14F E 45
Octal 274 246 257 0 14 7 32 517 16 105
Binary 10111100 10100110 10101111 0 1100 111 11010 101001111 1110 1000101

Color Harmonies of #BCA6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6AF

Black with #BCA6AF

Text Example


Text Example

White with #BCA6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6AF; }

 p { color: rgb(188,166,175); }

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

background-color css

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

 a { background-color: rgb(188,166,175); }

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

border-color css

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

 span { border-color: rgb(188,166,175); }

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