Html Css Color HEX #BCA2AF Lily

📋 copy color: '#BCA2AF'

red 188 ◦ green 162 ◦ blue 175

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

Shades of Lily #BCA2AF

Tints of Lily #BCA2AF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.86%

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

R = 35.81%
G = 30.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BCA2AF (or 0xBCA2AF) is known color: Lily. HEX triplet: BC, A2 and AF. RGB value is (188,162,175). Sum of RGB (Red+Green+Blue) = 188+162+175=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA2AF is #435D50. Grayscale: #ABABAB. Windows color (decimal): -4414801 or 11510460. OLE color: 11510460.

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

Color convert

RGB 188 162 175 -
CMYK 0 0.14 0.07 0.26
HSL 330º 0.16% 0.69% -
HSV(B) 330º 0.14% 0.74% -
XYZ 41.4 39.63 46.02 -
YUV 171.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 188 162 175 0 0.14 0.07 0.26 330 0.16 0.69
Hex BC A2 AF 0 E 7 1A 14A 10 45
Octal 274 242 257 0 16 7 32 512 20 105
Binary 10111100 10100010 10101111 0 1110 111 11010 101001010 10000 1000101

Color Harmonies of #BCA2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2AF

Black with #BCA2AF

Text Example


Text Example

White with #BCA2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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