Html Css Color HEX #BCA8AF Lily

📋 copy color: '#BCA8AF'

red 188 ◦ green 168 ◦ blue 175

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

Shades of Lily #BCA8AF

Tints of Lily #BCA8AF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.64%

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

R = 35.4%
G = 31.64%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BCA8AF (or 0xBCA8AF) is known color: Lily. HEX triplet: BC, A8 and AF. RGB value is (188,168,175). Sum of RGB (Red+Green+Blue) = 188+168+175=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA8AF is #435750. Grayscale: #AEAEAE. Windows color (decimal): -4413265 or 11511996. OLE color: 11511996.

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

Color convert

RGB 188 168 175 -
CMYK 0 0.11 0.07 0.26
HSL 339º 0.13% 0.7% -
HSV(B) 339º 0.11% 0.74% -
XYZ 42.48 41.79 46.39 -
YUV 174.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 188 168 175 0 0.11 0.07 0.26 339 0.13 0.7
Hex BC A8 AF 0 B 7 1A 153 D 46
Octal 274 250 257 0 13 7 32 523 15 106
Binary 10111100 10101000 10101111 0 1011 111 11010 101010011 1101 1000110

Color Harmonies of #BCA8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8AF

Black with #BCA8AF

Text Example


Text Example

White with #BCA8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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