Html Css Color HEX #BCA8B7 Lily

📋 copy color: '#BCA8B7'

red 188 ◦ green 168 ◦ blue 183

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

Shades of Lily #BCA8B7

Tints of Lily #BCA8B7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.17%

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

R = 34.88%
G = 31.17%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BCA8B7 (or 0xBCA8B7) is known color: Lily. HEX triplet: BC, A8 and B7. RGB value is (188,168,183). Sum of RGB (Red+Green+Blue) = 188+168+183=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8B7 is #435748. Grayscale: #AFAFAF. Windows color (decimal): -4413257 or 12036284. OLE color: 12036284.

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

Color convert

RGB 188 168 183 -
CMYK 0 0.11 0.03 0.26
HSL 315º 0.13% 0.7% -
HSV(B) 315º 0.11% 0.74% -
XYZ 43.29 42.12 50.65 -
YUV 175.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 188 168 183 0 0.11 0.03 0.26 315 0.13 0.7
Hex BC A8 B7 0 B 3 1A 13B D 46
Octal 274 250 267 0 13 3 32 473 15 106
Binary 10111100 10101000 10110111 0 1011 11 11010 100111011 1101 1000110

Color Harmonies of #BCA8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8B7

Black with #BCA8B7

Text Example


Text Example

White with #BCA8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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