Html Css Color HEX #BCA5B8 Lily

📋 copy color: '#BCA5B8'

red 188 ◦ green 165 ◦ blue 184

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

Shades of Lily #BCA5B8

Tints of Lily #BCA5B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.26%

R = 35.01%
G = 30.73%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BCA5B8 (or 0xBCA5B8) is known color: Lily. HEX triplet: BC, A5 and B8. RGB value is (188,165,184). Sum of RGB (Red+Green+Blue) = 188+165+184=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5B8 is #435A47. Grayscale: #ADADAD. Windows color (decimal): -4414024 or 12101052. OLE color: 12101052.

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

Color convert

RGB 188 165 184 -
CMYK 0 0.12 0.02 0.26
HSL 310.43º 0.15% 0.69% -
HSV(B) 310.43º 0.12% 0.74% -
XYZ 42.85 41.06 51.02 -
YUV 174.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 188 165 184 0 0.12 0.02 0.26 310.43 0.15 0.69
Hex BC A5 B8 0 C 2 1A 136 F 45
Octal 274 245 270 0 14 2 32 466 17 105
Binary 10111100 10100101 10111000 0 1100 10 11010 100110110 1111 1000101

Color Harmonies of #BCA5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA5B8

Black with #BCA5B8

Text Example


Text Example

White with #BCA5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA5B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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