Html Css Color HEX #BCA6B0 Lily

📋 copy color: '#BCA6B0'

red 188 ◦ green 166 ◦ blue 176

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

Shades of Lily #BCA6B0

Tints of Lily #BCA6B0

RGB

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

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

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

R = 35.47%
G = 31.32%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BCA6B0 (or 0xBCA6B0) is known color: Lily. HEX triplet: BC, A6 and B0. RGB value is (188,166,176). Sum of RGB (Red+Green+Blue) = 188+166+176=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6B0 is #43594F. Grayscale: #ADADAD. Windows color (decimal): -4413776 or 11577020. OLE color: 11577020.

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

Color convert

RGB 188 166 176 -
CMYK 0 0.12 0.06 0.26
HSL 332.73º 0.14% 0.69% -
HSV(B) 332.73º 0.12% 0.74% -
XYZ 42.21 41.1 46.78 -
YUV 173.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 188 166 176 0 0.12 0.06 0.26 332.73 0.14 0.69
Hex BC A6 B0 0 C 6 1A 14D E 45
Octal 274 246 260 0 14 6 32 515 16 105
Binary 10111100 10100110 10110000 0 1100 110 11010 101001101 1110 1000101

Color Harmonies of #BCA6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6B0

Black with #BCA6B0

Text Example


Text Example

White with #BCA6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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