Html Css Color HEX #BCA1B7 Lily

📋 copy color: '#BCA1B7'

red 188 ◦ green 161 ◦ blue 183

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

Shades of Lily #BCA1B7

Tints of Lily #BCA1B7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.26%

 BLUE value IS 183 (71.88% from 255) = 34.4%

R = 35.34%
G = 30.26%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BCA1B7 (or 0xBCA1B7) is known color: Lily. HEX triplet: BC, A1 and B7. RGB value is (188,161,183). Sum of RGB (Red+Green+Blue) = 188+161+183=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1B7 is #435E48. Grayscale: #ABABAB. Windows color (decimal): -4415049 or 12034492. OLE color: 12034492.

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

Color convert

RGB 188 161 183 -
CMYK 0 0.14 0.03 0.26
HSL 311.11º 0.17% 0.68% -
HSV(B) 311.11º 0.14% 0.74% -
XYZ 42.03 39.6 50.23 -
YUV 171.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 188 161 183 0 0.14 0.03 0.26 311.11 0.17 0.68
Hex BC A1 B7 0 E 3 1A 137 11 44
Octal 274 241 267 0 16 3 32 467 21 104
Binary 10111100 10100001 10110111 0 1110 11 11010 100110111 10001 1000100

Color Harmonies of #BCA1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA1B7

Black with #BCA1B7

Text Example


Text Example

White with #BCA1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA1B7; }

 p { color: rgb(188,161,183); }

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

background-color css

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

 a { background-color: rgb(188,161,183); }

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

border-color css

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

 span { border-color: rgb(188,161,183); }

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