Html Css Color HEX #BCA5B0 Lily

📋 copy color: '#BCA5B0'

red 188 ◦ green 165 ◦ blue 176

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

Shades of Lily #BCA5B0

Tints of Lily #BCA5B0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.19%

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

R = 35.54%
G = 31.19%
B = 33.27%

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

#BCA5B0 (or 0xBCA5B0) is known color: Lily. HEX triplet: BC, A5 and B0. RGB value is (188,165,176). Sum of RGB (Red+Green+Blue) = 188+165+176=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA5B0 is #435A4F. Grayscale: #ADADAD. Windows color (decimal): -4414032 or 11576764. OLE color: 11576764.

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

Color convert

RGB 188 165 176 -
CMYK 0 0.12 0.06 0.26
HSL 331.3º 0.15% 0.69% -
HSV(B) 331.3º 0.12% 0.74% -
XYZ 42.03 40.74 46.72 -
YUV 173.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 188 165 176 0 0.12 0.06 0.26 331.3 0.15 0.69
Hex BC A5 B0 0 C 6 1A 14B F 45
Octal 274 245 260 0 14 6 32 513 17 105
Binary 10111100 10100101 10110000 0 1100 110 11010 101001011 1111 1000101

Color Harmonies of #BCA5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA5B0

Black with #BCA5B0

Text Example


Text Example

White with #BCA5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA5B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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